@scrypted/client
Advanced tools
Comparing version 1.1.28 to 1.1.29
{ | ||
"name": "@scrypted/client", | ||
"version": "1.1.28", | ||
"version": "1.1.29", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/packages/client/src/index.js", |
@@ -165,2 +165,3 @@ "use strict"; | ||
}); | ||
username = options.username; | ||
if (loginCheck.error || loginCheck.redirect) | ||
@@ -167,0 +168,0 @@ throw new ScryptedClientLoginError(loginCheck); |
{ | ||
"name": "@scrypted/client", | ||
"version": "1.1.28", | ||
"version": "1.1.29", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/packages/client/src/index.js", |
@@ -188,2 +188,3 @@ import { RTCConnectionManagement, RTCSignalingSession, ScryptedStatic } from "@scrypted/types"; | ||
}); | ||
username = options.username; | ||
if (loginCheck.error || loginCheck.redirect) | ||
@@ -190,0 +191,0 @@ throw new ScryptedClientLoginError(loginCheck); |
Sorry, the diff of this file is not supported yet
374558
3919