Release #228
@ -124,6 +124,9 @@ export const MainLayout = () => {
|
|||||||
if (opts.type === 'login' || opts.type === 'signup') {
|
if (opts.type === 'login' || opts.type === 'signup') {
|
||||||
dispatch(updateNostrLoginAuthMethod(opts.method))
|
dispatch(updateNostrLoginAuthMethod(opts.method))
|
||||||
login()
|
login()
|
||||||
|
} else if (opts.type === 'logout') {
|
||||||
|
// Clear `subscribeForSigits` as called after the logout
|
||||||
|
hasSubscribed.current = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user