Skip to content

Commit

Permalink
fix: Use correct action to submit second factor
Browse files Browse the repository at this point in the history
  • Loading branch information
flammel authored May 23, 2023
1 parent 9814461 commit 440be0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ prototype(Sandstorm.NeosTwoFactorAuthentication:Component.LoginSecondFactorStep)
}

renderer = afx`
<Neos.Fusion.Form:Form form.target.action="checkOtp" form.target.controller="Login">
<Neos.Fusion.Form:Form form.target.action="checkSecondFactor" form.target.controller="Login">
<fieldset>
<div class="neos-controls">
<Neos.Fusion.Form:Input
Expand Down

0 comments on commit 440be0e

Please sign in to comment.