From 249a8844b1aaf2cd2bf6fddc8da10a4defb656d2 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Wed, 26 Feb 2020 19:17:16 +0100 Subject: [bug] use the right http client to fetch the auth --- pkg/vpn/bonafide/auth_anon.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'pkg/vpn/bonafide/auth_anon.go') diff --git a/pkg/vpn/bonafide/auth_anon.go b/pkg/vpn/bonafide/auth_anon.go index 8a55e3a..c6c5775 100644 --- a/pkg/vpn/bonafide/auth_anon.go +++ b/pkg/vpn/bonafide/auth_anon.go @@ -19,9 +19,7 @@ import ( "errors" ) -type anonymousAuthentication struct { - client httpClient -} +type anonymousAuthentication struct{} func (a *anonymousAuthentication) needsCredentials() bool { return true -- cgit v1.2.3