Skip to content

Commit

Permalink
use form method from model
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha committed Nov 3, 2023
1 parent 56374c0 commit 5647177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KratosSelfService/Views/Settings/Settings.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<h3 class="subtitle">
@group.Key.ToLocalTitleString(OryTranslator)
</h3>
<form class="mb-3" action="@Model.postUri" method="post">
<form class="mb-3" action="@Model.postUri" method="@Model.flow.Ui.Method">
@foreach (var node in defaultNodes)
{
var model = new KratosUiNodeModel(node, FlowType.Settings);
Expand Down

0 comments on commit 5647177

Please sign in to comment.