web/flows: remove autofocus from password field of identifications tage

closes #2561

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-06-10 20:02:48 +02:00
parent b42eb9464f
commit 4c0e19cbea
1 changed files with 0 additions and 1 deletions

View File

@ -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