mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-09-19 12:00:32 +02:00
fix add new account
This commit is contained in:
@@ -95,7 +95,7 @@ class AccountService {
|
||||
}
|
||||
|
||||
logout(clear = true) {
|
||||
if (this.current.value) {
|
||||
if (clear && this.current.value) {
|
||||
this.removeAccount(this.current.value.pubkey);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user