fix: test mode auth

This commit is contained in:
alina 🌸 2025-01-26 22:05:09 +03:00
parent 67292719a7
commit 897d2dfa9e
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI

View file

@ -348,8 +348,8 @@ export function AccountsTab() {
return return
} }
setShowAddAccount(true)
setAddAccountTestMode(mode === 'test') setAddAccountTestMode(mode === 'test')
setShowAddAccount(true)
setAddAccountOptions(undefined) setAddAccountOptions(undefined)
} }