fix: Postgres root pw is pw field

This commit is contained in:
Andras Bacsai 2022-04-13 19:59:30 +02:00
parent 907c2414ae
commit 8419cdf604

View File

@ -29,6 +29,7 @@
disabled={!isRunning}
readonly={!isRunning}
placeholder="Generated automatically after start"
isPasswordField
id="rootUserPassword"
name="rootUserPassword"
bind:value={database.rootUserPassword}