chore: cleanup

This commit is contained in:
daniyal 2024-07-16 16:18:49 +05:00
parent 69151c21ce
commit 425f653881

View File

@ -20,7 +20,7 @@ export const Header = () => {
initNostrLogin({
darkMode: true,
localSignup: true,
// noBanner: true,
noBanner: true,
onAuth: (npub, opts) => {
if (opts.type === 'logout') {
dispatch(setIsAuth(false))