fix: update form action URL for login to include API path

This commit is contained in:
Giuseppe Raffa
2026-04-14 13:50:50 +02:00
parent acb6b39dcf
commit ccd6143253

View File

@@ -19,7 +19,7 @@
<p class="error">{{ error }}</p>
{% endif %}
<form action="/login" method="post">
<form action="/api/auth/login" method="post">
<input type="hidden" name="redirect" value="{{ redirect }}">
<div class="group">
<label for="username">Username</label>