client: send cached login info to cloud request as well

This commit is contained in:
Koushik Dutta
2024-03-01 14:08:03 -08:00
parent cb742ab75e
commit 548ff489c4
3 changed files with 4 additions and 3 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/client",
"version": "1.3.4",
"version": "1.3.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@scrypted/client",
"version": "1.3.4",
"version": "1.3.5",
"license": "ISC",
"dependencies": {
"@scrypted/types": "^0.3.4",

View File

@@ -1,6 +1,6 @@
{
"name": "@scrypted/client",
"version": "1.3.4",
"version": "1.3.5",
"description": "",
"main": "dist/packages/client/src/index.js",
"scripts": {

View File

@@ -336,6 +336,7 @@ export async function connectScryptedClient(options: ScryptedClientOptions): Pro
const baseUrlCheck = checkScryptedClientLogin({
baseUrl,
previousLoginResult: options?.previousLoginResult,
});
loginCheckPromises.push(baseUrlCheck);