google: update ApprovalForce to use updated value

This commit is contained in:
Bobby DeSimone
2019-04-08 18:00:33 -07:00
parent 9f3314589c
commit 6ddf3c5800
2 changed files with 2 additions and 2 deletions

View File

@@ -117,7 +117,7 @@ var (
// ApprovalForce forces the users to view the consent dialog
// and confirm the permissions request at the URL returned
// from AuthCodeURL, even if they've already done so.
ApprovalForce AuthCodeOption = SetAuthURLParam("approval_prompt", "force")
ApprovalForce AuthCodeOption = SetAuthURLParam("prompt", "consent")
)
// An AuthCodeOption is passed to Config.AuthCodeURL.