feat: initialize default configuration for new users
This commit is contained in:
parent
46bf0ecc0a
commit
352eecc416
3 changed files with 28 additions and 7 deletions
|
|
@ -22,7 +22,7 @@ export default function GenerateNewAccount({
|
|||
const [password, setPassword] = useState('')
|
||||
|
||||
const handleLogin = () => {
|
||||
nsecLogin(nsec, password).then(() => onLoginSuccess())
|
||||
nsecLogin(nsec, password, true).then(() => onLoginSuccess())
|
||||
}
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue