summaryrefslogtreecommitdiffstats
path: root/templates/authorize.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/authorize.html')
-rw-r--r--templates/authorize.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/authorize.html b/templates/authorize.html
deleted file mode 100644
index 0fa36b0ab..000000000
--- a/templates/authorize.html
+++ /dev/null
@@ -1,12 +0,0 @@
-{{define "authorize"}}
-<html>
-{{template "head" . }}
-<body>
- <div id="authorize">
- </div>
- <script>
- window.setup_authorize_page({{.Props}});
- </script>
-</body>
-</html>
-{{end}}