diff --git a/web/src/flow/stages/identification/IdentificationStage.ts b/web/src/flow/stages/identification/IdentificationStage.ts index b60b1d9fb07f..4d4258e35b92 100644 --- a/web/src/flow/stages/identification/IdentificationStage.ts +++ b/web/src/flow/stages/identification/IdentificationStage.ts @@ -266,7 +266,6 @@ export class IdentificationStage extends BaseStage< label=${msg("Password")} inputId="ak-stage-identification-password" required - grab-focus class="pf-c-form__group" .errors=${(this.challenge?.responseErrors || {})["password"]} ?allow-show-password=${this.challenge.allowShowPassword}