fix: 🐛 Non richiedere la password del DB

Installazioni locali che utilizzano l'utente default `root` senza password non possono eseguire l'installazione
This commit is contained in:
Maicol Battistini 2021-11-10 17:18:19 +01:00
parent 357e36b067
commit a6aa8a6e26
No known key found for this signature in database
GPG Key ID: 4FDB0F87CDB1D34A
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ export default class SetupPage extends Page {
</text-field>
</Cell>
<Cell columnspan="4">
<text-field name="password" label={__('Password')} required
<text-field name="password" label={__('Password')}
helper={examplesTexts.get('mysql')}>
<Mdi icon="lock-outline" slot="icon"/>
</text-field>