Skip to content
Snippets Groups Projects
Commit 56526c76 authored by Niall Sheridan's avatar Niall Sheridan
Browse files

Fix test

parent ece5cafb
Branches
Tags
No related merge requests found
...@@ -44,7 +44,7 @@ func newGoogle() auth.Provider { ...@@ -44,7 +44,7 @@ func newGoogle() auth.Provider {
OauthClientID: oauthClientID, OauthClientID: oauthClientID,
OauthClientSecret: oauthClientSecret, OauthClientSecret: oauthClientSecret,
OauthCallbackURL: oauthCallbackURL, OauthCallbackURL: oauthCallbackURL,
ProviderOpts: make(map[string]interface{}), ProviderOpts: map[string]string{"domain": domain},
} }
c.ProviderOpts["domain"] = domain c.ProviderOpts["domain"] = domain
return New(c) return New(c)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment