summaryrefslogtreecommitdiff
path: root/app/views/sessions/redirect.html.tmpl
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-15 09:12:22 -0600
committermo khan <mo@mokhan.ca>2025-05-15 09:12:22 -0600
commit8e211ff4bac177465fb9adc0bfa3744ca4e1da47 (patch)
tree0b1e3006ca4f947d844a4f9411d4d10a41eef22e /app/views/sessions/redirect.html.tmpl
parent564e140de454c78d7e6d34044bb78f53bd0b2bf3 (diff)
refactor: delete code that is now handled by envoy
Diffstat (limited to 'app/views/sessions/redirect.html.tmpl')
-rw-r--r--app/views/sessions/redirect.html.tmpl9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/views/sessions/redirect.html.tmpl b/app/views/sessions/redirect.html.tmpl
deleted file mode 100644
index e70e1d5..0000000
--- a/app/views/sessions/redirect.html.tmpl
+++ /dev/null
@@ -1,9 +0,0 @@
-<!doctype html>
-<html lang="en">
- <head>
- <meta http-equiv="refresh" content="0;URL='{{ .URL }}'"/>
- </head>
- <body>
- <p>Moved to <a href="{{ .URL }}">location</a>.</p>
- </body>
-</html>