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

[auth-swift] Fix two flow porting errors in AuthURLPresenter.swift #12981

Merged
merged 1 commit into from
May 20, 2024

Conversation

paulb777
Copy link
Member

While doing exploratory testing investigating the GitHub provider workflow for #11759, I discovered that dismissing the sign in window didn't properly reset to try again and then once fixing that, the dismiss didn't happen in the main thread.

Fixed by implementing the missed SFSafariViewControllerDelegate delegate method - safariViewControllerDidFinish and fixing the async queue for the dismiss method.

@google-oss-bot
Copy link

1 Warning
⚠️ Did you forget to add a changelog entry? (Add #no-changelog to the PR description to silence this warning.)

Generated by 🚫 Danger

@paulb777 paulb777 requested review from ncooke3 and pragatimodi May 16, 2024 23:09
@paulb777 paulb777 merged commit a5af29d into auth-swift May 20, 2024
50 checks passed
@paulb777 paulb777 deleted the pb-auth-url-flow-fixes branch May 20, 2024 16:14
@firebase firebase locked and limited conversation to collaborators Jun 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants