feat: implement nostr login #1

Merged
s merged 3 commits from nostr-login into master 2024-07-16 11:19:47 +00:00
Showing only changes of commit 425f653881 - Show all commits

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))