summaryrefslogtreecommitdiff
path: root/internal/oauth/html.go
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-20 19:44:18 +0100
committerLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-20 19:44:18 +0100
commit4194f8d88f3bedab6841e80287c007f4c0e6f245 (patch)
tree4feb2f1b9343ad6e9b082f4a369e65af5873e8d0 /internal/oauth/html.go
parentadd golangci job (diff)
downloadgotosocial-4194f8d88f3bedab6841e80287c007f4c0e6f245.tar.xz
fix lint errors
Diffstat (limited to 'internal/oauth/html.go')
-rw-r--r--internal/oauth/html.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/internal/oauth/html.go b/internal/oauth/html.go
deleted file mode 100644
index a3ae4318a..000000000
--- a/internal/oauth/html.go
+++ /dev/null
@@ -1,9 +0,0 @@
-package oauth
-
-const (
- signInHTML = `
-`
-
- authorizeHTML = `
-`
-)