-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Use sign up endpoint for link with email password (resubmit #11925) #12009
Conversation
Coverage Report 1Affected Products
Test Logs |
callInMainThreadWithAuthDataResultAndError(completion, nil, keychainError); | ||
return; | ||
} | ||
[self signOutIfTokenIsInvalidWithError:error]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@renkelvin This line looks like a no-op since error must be nil based on the return at line 1123
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmmm, I think you're right. Let me remove it. Thanks!
Fix #11911