mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-20 15:23:50 +02:00
Change startup friends load, fix primary password
This commit is contained in:
@@ -13,15 +13,6 @@ export default class extends baseClass {
|
||||
}
|
||||
|
||||
async init() {
|
||||
$app.savedCredentials =
|
||||
(await configRepository.getString('savedCredentials')) !== null
|
||||
? JSON.parse(
|
||||
await configRepository.getString('savedCredentials')
|
||||
)
|
||||
: {};
|
||||
$app.lastUserLoggedIn =
|
||||
await configRepository.getString('lastUserLoggedIn');
|
||||
|
||||
API.isLoggedIn = false;
|
||||
API.attemptingAutoLogin = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user