summaryrefslogtreecommitdiffstats
path: root/templates/login.html.template
diff options
context:
space:
mode:
Diffstat (limited to 'templates/login.html.template')
-rw-r--r--templates/login.html.template1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/login.html.template b/templates/login.html.template
index a197e8e..f08caf7 100644
--- a/templates/login.html.template
+++ b/templates/login.html.template
@@ -6,7 +6,6 @@
{{end}}
<form class="password-form" action="/login" method="post">
<input type="hidden" name="csrf-token" value="{{.CSRFToken}}">
- <input type="hidden" name="redirect" value="{{.Redirect}}">
<label class="password-label" for="password">Enter password</label>
<input id="password" class="password" type="password" name="password" autofocus>
</form>