Updated changelog with, Github OAuth: Now works with Github for Enterprise, thanks @williamjoy

This commit is contained in:
Torkel Ödegaard
2015-04-15 10:31:56 +02:00
parent aefbcb7049
commit e9afd30b47
4 changed files with 11 additions and 6 deletions
+1
View File
@@ -6,6 +6,7 @@ type OAuthInfo struct {
AuthUrl, TokenUrl string
Enabled bool
AllowedDomains []string
ApiUrl string
}
type OAuther struct {