Fix launcher startup bootstrap race
This commit is contained in:
@@ -664,7 +664,7 @@ function populateAuthAccounts(){
|
||||
if(authKeys.length === 0){
|
||||
return
|
||||
}
|
||||
const selectedUUID = ConfigManager.getSelectedAccount().uuid
|
||||
const selectedUUID = ConfigManager.getSelectedAccount()?.uuid ?? null
|
||||
|
||||
let microsoftAuthAccountStr = ''
|
||||
let mojangAuthAccountStr = ''
|
||||
|
||||
Reference in New Issue
Block a user