fix: test mode auth
This commit is contained in:
parent
67292719a7
commit
897d2dfa9e
1 changed files with 1 additions and 1 deletions
|
@ -348,8 +348,8 @@ export function AccountsTab() {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
setShowAddAccount(true)
|
|
||||||
setAddAccountTestMode(mode === 'test')
|
setAddAccountTestMode(mode === 'test')
|
||||||
|
setShowAddAccount(true)
|
||||||
setAddAccountOptions(undefined)
|
setAddAccountOptions(undefined)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue