We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9623be0 commit 516cd2bCopy full SHA for 516cd2b
web/templates/login.html
@@ -9,6 +9,7 @@
9
</td>
10
<td style="padding: 20px 0 0 0;">
11
<form method="post" action="/login/" >
12
+ <input type="hidden" name="token" value="<?php echo $_SESSION['token']; ?>">
13
<table class="login-box">
14
<tr>
15
<td syle="padding: 12px 0 0 2px;">
0 commit comments