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 {
OauthClientID: oauthClientID,
OauthClientSecret: oauthClientSecret,
OauthCallbackURL: oauthCallbackURL,
ProviderOpts: make(map[string]interface{}),
ProviderOpts: map[string]string{"domain": domain},
}
c.ProviderOpts["domain"] = domain
return New(c)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment