added hosted domain suppport to google oauth login (#6372)

This commit is contained in:
Eric Uldall
2016-10-28 12:00:47 +02:00
committed by Torkel Ödegaard
parent 7acdbde8f0
commit 658fc1a67a
5 changed files with 10 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ type OAuthInfo struct {
AuthUrl, TokenUrl string
Enabled bool
AllowedDomains []string
HostedDomain string
ApiUrl string
AllowSignup bool
Name string