add removeLocalWallets fixes from rblb
This commit is contained in:
parent
fb65ea3ace
commit
a4440c991f
@ -292,7 +292,7 @@ function LogoutObstacle ({ onClose }) {
|
|||||||
await togglePushSubscription().catch(console.error)
|
await togglePushSubscription().catch(console.error)
|
||||||
}
|
}
|
||||||
|
|
||||||
removeLocalWallets().catch(console.error)
|
removeLocalWallets()
|
||||||
|
|
||||||
await signOut({ callbackUrl: '/' })
|
await signOut({ callbackUrl: '/' })
|
||||||
}}
|
}}
|
||||||
|
@ -191,7 +191,8 @@ export function WalletsProvider ({ children }) {
|
|||||||
reloadLocalWallets,
|
reloadLocalWallets,
|
||||||
setPriorities,
|
setPriorities,
|
||||||
onVaultKeySet: syncLocalWallets,
|
onVaultKeySet: syncLocalWallets,
|
||||||
beforeDisconnectVault: unsyncLocalWallets
|
beforeDisconnectVault: unsyncLocalWallets,
|
||||||
|
removeLocalWallets
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{children}
|
{children}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user