@scrypted/client
Advanced tools
Comparing version 1.1.29 to 1.1.30
{ | ||
"name": "@scrypted/client", | ||
"version": "1.1.29", | ||
"version": "1.1.30", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/packages/client/src/index.js", |
@@ -165,3 +165,2 @@ "use strict"; | ||
}); | ||
username = options.username; | ||
if (loginCheck.error || loginCheck.redirect) | ||
@@ -171,2 +170,3 @@ throw new ScryptedClientLoginError(loginCheck); | ||
scryptedCloud = loginCheck.scryptedCloud; | ||
username = loginCheck.username; | ||
console.log('login checked', Date.now() - start, loginCheck); | ||
@@ -173,0 +173,0 @@ } |
{ | ||
"name": "@scrypted/client", | ||
"version": "1.1.29", | ||
"version": "1.1.30", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/packages/client/src/index.js", |
@@ -188,3 +188,2 @@ import { RTCConnectionManagement, RTCSignalingSession, ScryptedStatic } from "@scrypted/types"; | ||
}); | ||
username = options.username; | ||
if (loginCheck.error || loginCheck.redirect) | ||
@@ -194,2 +193,3 @@ throw new ScryptedClientLoginError(loginCheck); | ||
scryptedCloud = loginCheck.scryptedCloud; | ||
username = loginCheck.username; | ||
console.log('login checked', Date.now() - start, loginCheck); | ||
@@ -196,0 +196,0 @@ } |
Sorry, the diff of this file is not supported yet
374567