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

release(required): fix inflight promise on RN #13204

Merged
merged 3 commits into from Apr 1, 2024

Conversation

Samaritan1011001
Copy link
Contributor

Description of changes

Currently we are only setting the OAuthInflight flag and waiting for it in the TokenOrchestrator to get resolved(success/error/cancellation). This flow works well for web. However, for RN, we do not need this OAuthInflight flag to be set nor do we need to wait for it to get resolved. This fix involves removing both these actions for RN using the isBrowser() method.

Issue #, if available

#13191

Description of how you validated changes

Checklist

  • PR description included
  • yarn test passes
  • Tests are changed or added
  • Relevant documentation is changed or added (and PR referenced)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

jimblanc
jimblanc previously approved these changes Apr 1, 2024
@Samaritan1011001 Samaritan1011001 merged commit 6dc28f2 into release Apr 1, 2024
28 checks passed
@Samaritan1011001 Samaritan1011001 deleted the hot-fix/inflight-rn branch April 1, 2024 22:56
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.

None yet

4 participants