feat: initialize default configuration for new users

This commit is contained in:
codytseng 2025-08-14 22:25:35 +08:00
parent 46bf0ecc0a
commit 352eecc416
3 changed files with 28 additions and 7 deletions

View file

@ -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 (