From 1df81eca86bf14d9a7062bed7e3bc3eb67cdc457 Mon Sep 17 00:00:00 2001 From: "Jens L." Date: Tue, 23 Jul 2024 17:58:32 +0200 Subject: [PATCH] web/flows: don't grab focus for password input on identification stage (#10593) Signed-off-by: Jens Langhammer --- web/src/flow/stages/identification/IdentificationStage.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/flow/stages/identification/IdentificationStage.ts b/web/src/flow/stages/identification/IdentificationStage.ts index b60b1d9fb0..4d4258e35b 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}