fix: Postgres root pw is pw field
This commit is contained in:
parent
907c2414ae
commit
8419cdf604
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
|||
disabled={!isRunning}
|
||||
readonly={!isRunning}
|
||||
placeholder="Generated automatically after start"
|
||||
isPasswordField
|
||||
id="rootUserPassword"
|
||||
name="rootUserPassword"
|
||||
bind:value={database.rootUserPassword}
|
||||
|
|
|
|||
Loading…
Reference in a new issue