Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(auth): Update Google authorization endpoint to not show disclaimer #15370

Merged
merged 1 commit into from
May 24, 2023

Conversation

vbudhram
Copy link
Contributor

Because

  • These query params will show the error message if we are impacted

This pull request

  • Adds the query params to Google authorization endpoint

Issue that this pull request solves

Closes: https://mozilla-hub.atlassian.net/browse/FXA-7136

Checklist

  • My commit is GPG signed.
  • If applicable, I have modified or added tests which pass locally.
  • I have added necessary documentation (if appropriate).
  • I have verified that my changes render correctly in RTL (if appropriate).

Other information (Optional)

I tested this in the iOS simulator and did not see any error messages on Google sign-in page. It is hard to verify this with Pocket unless it is in production. This is safe to land since users have to opt in to third party auth anyways.

@vbudhram vbudhram requested a review from a team as a code owner May 24, 2023 16:23
@vbudhram vbudhram self-assigned this May 24, 2023
@@ -148,7 +150,7 @@ export default {
access_type: 'offline',
prompt: 'consent',
response_type: 'code id_token',
response_mode: 'form_post',
response_mode: 'form_post'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

your auto formatting might be different than my auto formatting for this trailing comma 😄

@vbudhram vbudhram merged commit 2fdd6fd into main May 24, 2023
@vbudhram vbudhram deleted the fxa-7136 branch May 24, 2023 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants