feat: implement nostr login #1
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user