Skip to content

Commit 7a0faa1

Browse files
committed
templates: login: Use /login/ as endpoint
Needed because otherwise the POST-ed data will be sent to a redirect from /login to /login/, triggering an unnecessary browser warning.
1 parent 15f6606 commit 7a0faa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

isso/templates/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h2>Administration</h2>
2020
<main>
2121
<div id="login">
2222
Administration secured by password:
23-
<form method="POST" action="{{isso_host_script}}/login">
23+
<form method="POST" action="{{isso_host_script}}/login/">
2424
<input type="password" name="password" autofocus />
2525
</form>
2626
</div>

0 commit comments

Comments
 (0)