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)
|
||||
}
|
||||
|
||||
removeLocalWallets().catch(console.error)
|
||||
removeLocalWallets()
|
||||
|
||||
await signOut({ callbackUrl: '/' })
|
||||
}}
|
||||
|
|
|
@ -191,7 +191,8 @@ export function WalletsProvider ({ children }) {
|
|||
reloadLocalWallets,
|
||||
setPriorities,
|
||||
onVaultKeySet: syncLocalWallets,
|
||||
beforeDisconnectVault: unsyncLocalWallets
|
||||
beforeDisconnectVault: unsyncLocalWallets,
|
||||
removeLocalWallets
|
||||
}}
|
||||
>
|
||||
{children}
|
||||
|
|
Loading…
Reference in New Issue