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:
@ -266,7 +266,6 @@ export class IdentificationStage extends BaseStage<
|
|||||||
label=${msg("Password")}
|
label=${msg("Password")}
|
||||||
inputId="ak-stage-identification-password"
|
inputId="ak-stage-identification-password"
|
||||||
required
|
required
|
||||||
grab-focus
|
|
||||||
class="pf-c-form__group"
|
class="pf-c-form__group"
|
||||||
.errors=${(this.challenge?.responseErrors || {})["password"]}
|
.errors=${(this.challenge?.responseErrors || {})["password"]}
|
||||||
?allow-show-password=${this.challenge.allowShowPassword}
|
?allow-show-password=${this.challenge.allowShowPassword}
|
||||||
|
Reference in New Issue
Block a user