mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 08:02:18 +00:00
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:
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 = ''
|
||||
|
||||
Reference in New Issue
Block a user