@scrypted/client
Advanced tools
Comparing version 1.0.39 to 1.0.40
@@ -133,3 +133,3 @@ "use strict"; | ||
}); | ||
if (loginCheck.error) | ||
if (loginCheck.error || loginCheck.redirect) | ||
throw new ScryptedClientLoginError(loginCheck); | ||
@@ -136,0 +136,0 @@ addresses = loginCheck.addresses; |
{ | ||
"name": "@scrypted/client", | ||
"version": "1.0.39", | ||
"version": "1.0.40", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/packages/client/src/index.js", |
@@ -147,3 +147,3 @@ import { ScryptedStatic } from "@scrypted/types"; | ||
}); | ||
if (loginCheck.error) | ||
if (loginCheck.error || loginCheck.redirect) | ||
throw new ScryptedClientLoginError(loginCheck); | ||
@@ -150,0 +150,0 @@ addresses = loginCheck.addresses; |
Sorry, the diff of this file is not supported yet
312721