Skip to content

Commit

Permalink
Merge pull request #449 from nyodas/bob/fix-googleapps
Browse files Browse the repository at this point in the history
[provider][googleapps] - Add bgresponse=js_disabled
  • Loading branch information
Mark Wolfe authored Mar 3, 2020
2 parents 22a574e + 8dc59d2 commit d2dc221
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/provider/googleapps/googleapps.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ func (kc *Client) loadFirstPage(loginDetails *creds.LoginDetails) (string, url.V
"Email": []string{""},
"Passwd": []string{""},
"TrustDevice": []string{"on"},
"bgresponse": []string{"js_disabled"},
}
for _, k := range []string{"TL", "gxf"} {
if v, ok := authForm[k]; ok {
Expand Down

0 comments on commit d2dc221

Please sign in to comment.