Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime Martinez <jmartinez@gitlab.com>2020-05-25 04:55:06 +0300
committerJaime Martinez <jmartinez@gitlab.com>2020-06-01 03:39:03 +0300
commit01734cae272c4f898b233429aeba19892fa4857e (patch)
treee6153be8743403fbb5a35a77508363cf32d76a06 /internal/auth/auth.go
parent9daf8dcc19c486c787d0fb4ebfa19e21ac492cd1 (diff)
Enable deadcode linter
Diffstat (limited to 'internal/auth/auth.go')
-rw-r--r--internal/auth/auth.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/auth/auth.go b/internal/auth/auth.go
index a89dd599..b1198328 100644
--- a/internal/auth/auth.go
+++ b/internal/auth/auth.go
@@ -47,7 +47,6 @@ var (
errFailAuth = errors.New("Failed to authenticate request")
errAuthNotConfigured = errors.New("Authentication is not configured")
errQueryParameter = errors.New("Failed to parse domain query parameter")
- errAuthInvalidToken = errors.New("Invalid token supplied")
)
// Auth handles authenticating users with GitLab API