Fix launcher startup bootstrap race
Some checks failed
Build / release (macos-latest) (push) Has been cancelled
Build / release (ubuntu-latest) (push) Has been cancelled
Build / release (windows-latest) (push) Has been cancelled
Windows Smoke Test / windows-smoke (push) Has been cancelled

This commit is contained in:
2026-05-06 05:03:21 +09:00
parent 20677380b9
commit a6ed744b82
2 changed files with 34 additions and 7 deletions

View File

@@ -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 = ''