ログアウト処理を修正
This commit is contained in:
parent
67292c7ec9
commit
d90b9cf1d3
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user