Release #228

Merged
b merged 13 commits from staging into main 2024-10-14 09:02:41 +00:00
Showing only changes of commit 1d1986f082 - Show all commits

View File

@ -124,6 +124,9 @@ export const MainLayout = () => {
if (opts.type === 'login' || opts.type === 'signup') {
dispatch(updateNostrLoginAuthMethod(opts.method))
login()
} else if (opts.type === 'logout') {
// Clear `subscribeForSigits` as called after the logout
hasSubscribed.current = false
}
}