fix: default automate_username_creation prop to true in InstanceNameEditor

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
claude[bot]
2026-02-18 17:02:06 +00:00
co-authored by Claude Opus 4.5
parent 02e50c915e
commit 4832dbb308
@@ -12,7 +12,7 @@
export let value: string | undefined
export let email: string
export let username: string | undefined = undefined
export let automateUsernameCreation: boolean = false
export let automateUsernameCreation: boolean = true
export let login_type: string
let password: string = ''