fix: postgres_username name to not name, lol

This commit is contained in:
Andras Bacsai 2023-08-09 16:05:51 +02:00
parent a378b5108e
commit a3353aac0c

View File

@ -37,7 +37,7 @@
readonly
helper="You can only modify it before the initial start."/>
@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."/>
<x-forms.input label="Password" id="database.postgres_password" type="password" required
helper="You can only modify it before the initial start."/>