mirror of
https://github.com/koush/scrypted.git
synced 2026-06-26 11:20:25 +01:00
client: include hostname property in login challenge
This commit is contained in:
@@ -161,6 +161,7 @@ export async function checkScryptedClientLogin(options?: ScryptedConnectionOptio
|
||||
const directAddress = response.headers['x-scrypted-direct-address'];
|
||||
|
||||
return {
|
||||
hostname: response.data.hostname as string,
|
||||
redirect: response.data.redirect as string,
|
||||
username: response.data.username as string,
|
||||
expiration: response.data.expiration as number,
|
||||
|
||||
Reference in New Issue
Block a user