Added post login action

This commit is contained in:
2022-12-10 18:55:58 -05:00
parent dc25b68ec4
commit dcdf8e9fcb
13 changed files with 78 additions and 13 deletions

View File

@ -14,7 +14,7 @@
<div class="three columns"><p></p></div>
<div class="six columns">
<label for="auth_password">Password:</label>
<input id="auth_password" class="u-full-width" type="text" name="auth_password" required>
<input id="auth_password" class="u-full-width" type="password" name="auth_password" required>
</div>
</div>