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:
@ -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
|
||||
|
Reference in New Issue
Block a user