diff --git a/server/auth/google/google.go b/server/auth/google/google.go
index 9944d5883724a6f18746141d6d3c11e5fc150690..5580002321cf76151fcbbf6675b3d75be2e38beb 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,