Merge pull request #2 from TeamKun/fix_logout

ログアウト処理の修正
This commit is contained in:
Kamesuta 2021-03-09 19:26:56 +09:00 committed by GitHub
commit 38a2901b05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -394,9 +394,9 @@ function processLogOut(val, isLastAccount, skip = false) {
val,
isLastAccount
}
const parent = val.closest('.settingsAuthAccount')
const uuid = parent.getAttribute('uuid')
if (!skip) {
const parent = val.closest('.settingsAuthAccount')
const uuid = parent.getAttribute('uuid')
const account = ConfigManager.getAuthAccount(uuid)
if (account.type === 'microsoft') {
toggleOverlay(true, false, 'msOverlay')

2
package-lock.json generated
View File

@ -6,7 +6,7 @@
"packages": {
"": {
"name": "numalauncher",
"version": "1.9.16",
"version": "1.9.17",
"license": "UNLICENSED",
"dependencies": {
"adm-zip": "^0.5.1",