web/flows: don't grab focus for password input on identification stage (#10593)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L.
2024-07-23 17:58:32 +02:00
committed by GitHub
parent 619707e485
commit 1df81eca86

View File

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