aboutsummaryrefslogtreecommitdiff
path: root/templates/identity/login.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/identity/login.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/identity/login.html b/templates/identity/login.html
index f1ecf70..79b19f6 100644
--- a/templates/identity/login.html
+++ b/templates/identity/login.html
@@ -1,5 +1,4 @@
<html lang="en">
-{#
{% if user_code or reset_password_url %}
<head>
<meta charset="UTF-8">
@@ -26,11 +25,10 @@
{% endif %}
</body>
{% else %}
-#}
<!-- This shortcut reduces the need to customize this template -->
<head>
<meta http-equiv='refresh' content='0; URL={{ auth_uri }}'>
</head>
-{# {% endif %} #}
+{% endif %}
</html>