feat: implement nostr login #1
@ -20,7 +20,7 @@ export const Header = () => {
|
|||||||
initNostrLogin({
|
initNostrLogin({
|
||||||
darkMode: true,
|
darkMode: true,
|
||||||
localSignup: true,
|
localSignup: true,
|
||||||
// noBanner: true,
|
noBanner: true,
|
||||||
s marked this conversation as resolved
Outdated
|
|||||||
onAuth: (npub, opts) => {
|
onAuth: (npub, opts) => {
|
||||||
if (opts.type === 'logout') {
|
if (opts.type === 'logout') {
|
||||||
dispatch(setIsAuth(false))
|
dispatch(setIsAuth(false))
|
||||||
|
Loading…
Reference in New Issue
Block a user
clean up, please