From 9da7bf80b33241e44ecf251dd76f56d541cc8473 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sun, 6 Jan 2019 09:02:55 +0000 Subject: [PATCH] fix: linting License: MIT Signed-off-by: Henrique Dias --- auth/proxy.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/auth/proxy.go b/auth/proxy.go index 82c415bf..e3176bdd 100644 --- a/auth/proxy.go +++ b/auth/proxy.go @@ -14,8 +14,7 @@ const MethodProxyAuth settings.AuthMethod = "proxy" // ProxyAuth is a proxy implementation of an auther. type ProxyAuth struct { - Header string - storage *users.Storage + Header string } // Auth authenticates the user via an HTTP header.