summaryrefslogtreecommitdiffhomepage
path: root/apioforum/templates/auth/login.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'apioforum/templates/auth/login.html.j2')
-rw-r--r--apioforum/templates/auth/login.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/apioforum/templates/auth/login.html.j2 b/apioforum/templates/auth/login.html.j2
index 5f311cf..c8c67b4 100644
--- a/apioforum/templates/auth/login.html.j2
+++ b/apioforum/templates/auth/login.html.j2
@@ -8,7 +8,7 @@
<label for="username">Username</label>
<input name="username" id="username" required>
<label for="password">Password</label>
- <input name="password" id="password" required>
+ <input type="password" name="password" id="password" required>
<input type="submit" value="yes">
</form>
{% endblock %}