From 47e6a33a4505e13ba4edf37ff1f8fbdadb279ee3 Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Wed, 16 Sep 2015 15:49:12 -0400 Subject: Implement OAuth2 service provider functionality. --- web/templates/authorize.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 web/templates/authorize.html (limited to 'web/templates/authorize.html') diff --git a/web/templates/authorize.html b/web/templates/authorize.html new file mode 100644 index 000000000..3392c1b1e --- /dev/null +++ b/web/templates/authorize.html @@ -0,0 +1,26 @@ +{{define "authorize"}} + +{{template "head" . }} + +
+
+
+ +
+
+
+ +
+ +
+
+ + + +{{end}} -- cgit v1.2.3-1-g7c22