Skip to content

Commit

Permalink
Merge pull request #19 from flammel/patch-1
Browse files Browse the repository at this point in the history
fix: Use correct action to submit second factor
  • Loading branch information
JamesAlias authored Jun 26, 2023
2 parents 9814461 + 440be0e commit df95d71
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 df95d71

Please sign in to comment.