nextjs-rewrite #5

Merged
david merged 56 commits from nextjs-rewrite into main 2026-03-30 02:30:16 +00:00
Showing only changes of commit 83859ca8cd - Show all commits
+1
View File
@@ -11,6 +11,7 @@
<% end %> <% end %>
<form action="/auth/login" method="POST"> <form action="/auth/login" method="POST">
<input type="hidden" name="_csrf_token" value="<%= csrf_token %>">
<div class="form-group"> <div class="form-group">
<label for="email">Email</label> <label for="email">Email</label>
<input type="email" id="email" name="email" required autocomplete="email"> <input type="email" id="email" name="email" required autocomplete="email">