-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Return promise in signIn #5021
Return promise in signIn #5021
Conversation
Please someone at least react to this... |
Codecov Report
@@ Coverage Diff @@
## master #5021 +/- ##
=======================================
Coverage 73.21% 73.21%
=======================================
Files 193 193
Lines 11441 11441
Branches 2218 2302 +84
=======================================
Hits 8377 8377
+ Misses 2916 2900 -16
- Partials 148 164 +16
Continue to review full report at Codecov.
|
No one can review a single line commit in 3 weeks? 😷 |
Hi @janoist1 We are reviewing and testing your PR today, thank you for the contribution! |
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.
@janoist1 Thank you for your contribution!
I've tested and approved your PR, and the changes will be available in the next release.
This pull request has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
Issue #, if available: SignIn.signIn does not return the Promise got from Auth.signIn. This is not consistent with the React Web version which does return it.
Description of changes: Return promise.