feat: update login methods in nostr-login configuration
All checks were successful
Release to Staging / build_and_release (push) Successful in 46s
All checks were successful
Release to Staging / build_and_release (push) Successful in 46s
This commit is contained in:
parent
c978c50168
commit
f544d8ab15
@ -25,8 +25,8 @@ export const Header = () => {
|
||||
useEffect(() => {
|
||||
initNostrLogin({
|
||||
darkMode: true,
|
||||
localSignup: true,
|
||||
noBanner: true,
|
||||
methods: ['extension'],
|
||||
onAuth: (npub, opts) => {
|
||||
if (opts.type === 'logout') {
|
||||
dispatch(setAuth(null))
|
||||
|
Loading…
Reference in New Issue
Block a user