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 ++++++++++++++++++++++++++ web/templates/channel.html | 1 + 2 files changed, 27 insertions(+) create mode 100644 web/templates/authorize.html (limited to 'web/templates') 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}} diff --git a/web/templates/channel.html b/web/templates/channel.html index 1885db2f6..92aaaf02f 100644 --- a/web/templates/channel.html +++ b/web/templates/channel.html @@ -49,6 +49,7 @@
+