diff --git a/web/src/flows/stages/authenticator_totp/AuthenticatorTOTPStage.ts b/web/src/flows/stages/authenticator_totp/AuthenticatorTOTPStage.ts index a1d0b8d8b..d4fa8ec9e 100644 --- a/web/src/flows/stages/authenticator_totp/AuthenticatorTOTPStage.ts +++ b/web/src/flows/stages/authenticator_totp/AuthenticatorTOTPStage.ts @@ -85,7 +85,7 @@ export class AuthenticatorTOTPStage extends BaseStage { autofocus="" autocomplete="one-time-code" class="pf-c-form-control" - required=""> + required>
diff --git a/web/src/flows/stages/authenticator_validate/AuthenticatorValidateStageCode.ts b/web/src/flows/stages/authenticator_validate/AuthenticatorValidateStageCode.ts index d5be69405..76176c825 100644 --- a/web/src/flows/stages/authenticator_validate/AuthenticatorValidateStageCode.ts +++ b/web/src/flows/stages/authenticator_validate/AuthenticatorValidateStageCode.ts @@ -63,7 +63,7 @@ export class AuthenticatorValidateStageWebCode extends BaseStage { autocomplete="one-time-code" class="pf-c-form-control" value="${PasswordManagerPrefill.totp || ""}" - required=""> + required>
diff --git a/web/src/flows/stages/identification/IdentificationStage.ts b/web/src/flows/stages/identification/IdentificationStage.ts index 816d53beb..e246890eb 100644 --- a/web/src/flows/stages/identification/IdentificationStage.ts +++ b/web/src/flows/stages/identification/IdentificationStage.ts @@ -186,7 +186,7 @@ export class IdentificationStage extends BaseStage { autofocus="" autocomplete="username" class="pf-c-form-control" - required=""> + required>
diff --git a/web/src/flows/stages/password/PasswordStage.ts b/web/src/flows/stages/password/PasswordStage.ts index 0cab171e8..7ec21f215 100644 --- a/web/src/flows/stages/password/PasswordStage.ts +++ b/web/src/flows/stages/password/PasswordStage.ts @@ -63,7 +63,7 @@ export class PasswordStage extends BaseStage { autofocus="" autocomplete="current-password" class="pf-c-form-control" - required="" + required value=${PasswordManagerPrefill.password || ""}> diff --git a/web/src/pages/crypto/CertificateGenerateForm.ts b/web/src/pages/crypto/CertificateGenerateForm.ts index c6cb18174..9de4505fe 100644 --- a/web/src/pages/crypto/CertificateGenerateForm.ts +++ b/web/src/pages/crypto/CertificateGenerateForm.ts @@ -26,7 +26,7 @@ export class CertificateKeyPairForm extends Form { label=${gettext("Common Name")} name="commonName" ?required=${true}> - + { label=${gettext("Name")} ?required=${true} name="name"> - +
diff --git a/web/src/pages/users/UserForm.ts b/web/src/pages/users/UserForm.ts index b1b342ec9..47929ab7e 100644 --- a/web/src/pages/users/UserForm.ts +++ b/web/src/pages/users/UserForm.ts @@ -42,21 +42,21 @@ export class UserForm extends Form { label=${gettext("Username")} ?required=${true} name="username"> - +

${gettext("Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.")}

- +

${gettext("User's display name.")}

- +