From 3114920c0db2d2d4c5b342243204bc5ed7da9aa9 Mon Sep 17 00:00:00 2001 From: Niall Sheridan <nsheridan@gmail.com> Date: Wed, 20 Apr 2016 00:40:58 +0100 Subject: [PATCH] dumb tests for the google auth provider --- server/auth/google/google.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/auth/google/google.go b/server/auth/google/google.go index 9944d588..55800023 100644 --- a/server/auth/google/google.go +++ b/server/auth/google/google.go @@ -23,7 +23,7 @@ type Config struct { domain string } -func New(c config.Auth) auth.Provider { +func New(c *config.Auth) auth.Provider { return &Config{ config: &oauth2.Config{ ClientID: c.OauthClientID, -- GitLab