Skip to content

Commit

Permalink
Applies returnUrl for login on default template #128
Browse files Browse the repository at this point in the history
  • Loading branch information
apexdodge committed Jul 7, 2023
1 parent ffbb26b commit 25cf6b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% endif %}
<form
class="ud-login-form"
action="{{ PathBase }}/account/login"
action="{{ PathBase }}/account/login?returnUrl={{ Target.ReturnUrl }}"
method="post">
<div class="ud-form-group">
<label for="email" class="form-label">Email address</label>
Expand Down

0 comments on commit 25cf6b5

Please sign in to comment.