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, 12 insertions, 0 deletions
diff --git a/templates/authorize.html b/templates/authorize.html
new file mode 100644
index 000000000..0fa36b0ab
--- /dev/null
+++ b/templates/authorize.html
@@ -0,0 +1,12 @@
+{{define "authorize"}}
+<html>
+{{template "head" . }}
+<body>
+ <div id="authorize">
+ </div>
+ <script>
+ window.setup_authorize_page({{.Props}});
+ </script>
+</body>
+</html>
+{{end}}