From 4c0e19cbea5a5e7df32d2da21c3a19265857dee9 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Fri, 10 Jun 2022 20:02:48 +0200 Subject: [PATCH] web/flows: remove autofocus from password field of identifications tage closes #2561 Signed-off-by: Jens Langhammer --- web/src/flows/stages/identification/IdentificationStage.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/flows/stages/identification/IdentificationStage.ts b/web/src/flows/stages/identification/IdentificationStage.ts index 71684683f..48ad42c68 100644 --- a/web/src/flows/stages/identification/IdentificationStage.ts +++ b/web/src/flows/stages/identification/IdentificationStage.ts @@ -240,7 +240,6 @@ export class IdentificationStage extends BaseStage< type="password" name="password" placeholder="${t`Password`}" - autofocus="" autocomplete="current-password" class="pf-c-form-control" required