fix add new account

This commit is contained in:
hzrd149 2023-10-19 16:11:50 -05:00
parent db16d6bbe3
commit de1268a8e3

View File

@ -95,7 +95,7 @@ class AccountService {
}
logout(clear = true) {
if (this.current.value) {
if (clear && this.current.value) {
this.removeAccount(this.current.value.pubkey);
}