summaryrefslogtreecommitdiffstats
path: root/templates/login.html.template
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-09-25 15:42:15 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-09-25 15:42:15 -0700
commitb7521777cdcd161f2eb9e1a664c4d0e28eefd0da (patch)
tree230c8d1b36fb9ec9b40f6d05874e720278717c99 /templates/login.html.template
parent35469f25cd53707b3e801caaff49121926bb7238 (diff)
downloadroseh.moe-b7521777cdcd161f2eb9e1a664c4d0e28eefd0da.tar.zst
Hard-code the redirect path
We can add back all that garbage when it's necessary
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 696defe..0cf3469 100644
--- a/templates/login.html.template
+++ b/templates/login.html.template
@@ -7,6 +7,5 @@
<form class="password-form" action="/login" method="post">
<label class="password-label" for="password">Enter password</label>
<input id="password" class="password" type="password" name="password" autofocus>
- <input type="hidden" name="redirect" value="{{.Redirect}}">
</form>
</section>