Skip to content

Commit

Permalink
web/flows: don't grab focus for password input on identification stage (
Browse files Browse the repository at this point in the history
goauthentik#10593)

Signed-off-by: Jens Langhammer <[email protected]>
  • Loading branch information
BeryJu authored Jul 23, 2024
1 parent 619707e commit 1df81ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/flow/stages/identification/IdentificationStage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 1df81ec

Please sign in to comment.