case 4528

This commit is contained in:
2023-05-10 19:11:42 +00:00
parent 3cc8806dd7
commit 2f85c84743

View File

@@ -72,7 +72,6 @@
dense
:readonly="formState.readOnly"
:label="$ay.t('SmtpAccount')"
:rules="[form().required(this, 'smtpAccount')]"
:error-messages="form().serverErrors(this, 'smtpAccount')"
data-cy="smtpAccount"
@input="fieldValueChanged('smtpAccount')"
@@ -86,7 +85,6 @@
dense
:readonly="formState.readOnly"
:label="$ay.t('SmtpPassword')"
:rules="[form().required(this, 'smtpPassword')]"
:error-messages="form().serverErrors(this, 'smtpPassword')"
data-cy="smtpPassword"
@input="fieldValueChanged('smtpPassword')"