mirror of
https://github.com/HeyPuter/puter.git
synced 2026-04-28 19:20:55 -05:00
Add automatic token migration
This commit is contained in:
+1
-1
@@ -366,7 +366,7 @@ window.initgui = async function(){
|
||||
}
|
||||
while(!is_verified)
|
||||
}
|
||||
update_auth_data(window.auth_token, whoami);
|
||||
update_auth_data(whoami.token || window.auth_token, whoami);
|
||||
|
||||
// -------------------------------------------------------------------------------------
|
||||
// Load desktop, only if we're not embedded in a popup
|
||||
|
||||
Reference in New Issue
Block a user