summaryrefslogtreecommitdiff
path: root/internal/oauth/html.go
diff options
context:
space:
mode:
authorLibravatar Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com>2021-03-20 19:08:40 +0100
committerLibravatar GitHub <noreply@github.com>2021-03-20 19:08:40 +0100
commit995e61bb07f57b862e7c6e687e6215ca6d445061 (patch)
tree9d6934e84d7331f425e2b7da30410e8f70030750 /internal/oauth/html.go
parentCreate FUNDING.yml (diff)
parentGo mod tidy (diff)
downloadgotosocial-995e61bb07f57b862e7c6e687e6215ca6d445061.tar.xz
Merge pull request #6 from gotosocial/fun_with_oauth2
oauth2
Diffstat (limited to 'internal/oauth/html.go')
-rw-r--r--internal/oauth/html.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/internal/oauth/html.go b/internal/oauth/html.go
new file mode 100644
index 000000000..a3ae4318a
--- /dev/null
+++ b/internal/oauth/html.go
@@ -0,0 +1,9 @@
+package oauth
+
+const (
+ signInHTML = `
+`
+
+ authorizeHTML = `
+`
+)