Fix hanging when bypass login is on

pull/14/head
Flashfyre 2024-01-10 14:02:43 -05:00
parent 0f5c735609
commit ff936ee395
1 changed files with 2 additions and 0 deletions

View File

@ -207,6 +207,8 @@ export class GameData {
localStorage.setItem('data_bak', localStorage.getItem('data'));
localStorage.setItem('data', btoa(systemData));
resolve(true);
}
});
});