fix: postgres_username name to not name, lol
This commit is contained in:
parent
a378b5108e
commit
a3353aac0c
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
||||||
readonly
|
readonly
|
||||||
helper="You can only modify it before the initial start."/>
|
helper="You can only modify it before the initial start."/>
|
||||||
@else
|
@else
|
||||||
<x-forms.input label="Username" id="database.postgres_username" placeholder="If empty: postgres"
|
<x-forms.input label="Username" id="database.postgres_user" placeholder="If empty: postgres"
|
||||||
helper="You can only modify it before the initial start."/>
|
helper="You can only modify it before the initial start."/>
|
||||||
<x-forms.input label="Password" id="database.postgres_password" type="password" required
|
<x-forms.input label="Password" id="database.postgres_password" type="password" required
|
||||||
helper="You can only modify it before the initial start."/>
|
helper="You can only modify it before the initial start."/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue