mirror of
https://github.com/ivabus/gui
synced 2025-04-23 14:07:14 +03:00
fix login url (#672)
This commit is contained in:
parent
4ba8072ac5
commit
4b3f280e0d
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
if (session && session.device_id) {
|
||||
const baseUrl = await getBaseURL();
|
||||
shellOpenExternal(`${baseUrl}/auth/user?device_id=${session.device_id}`);
|
||||
shellOpenExternal(`${baseUrl}/v1/auth/user?device_id=${session.device_id}`);
|
||||
pollDeviceSession();
|
||||
} else {
|
||||
throw new Error("possible no internet connection");
|
||||
|
|
Loading…
Reference in a new issue