Skip to content

Commit

Permalink
fixed login form using wrong endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
GDcheeriosYT committed Jul 24, 2024
1 parent 42ab0e2 commit b90932c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/account/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>
{% block body %}
<h2 style="font-style: bold; color: red; text-align: center;">{{ warning }}</h2>
<form action = "/api/account/login" method = "POST">
<form action = "/api/account/login-form" method = "POST">
<p><h1>Enter username</h1></p>
<p><input type = 'text' name = 'nm'/></p>
<p><h1>Enter password</h1></p>
Expand Down

0 comments on commit b90932c

Please sign in to comment.