-
Notifications
You must be signed in to change notification settings - Fork 25
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: add support for auth actions #361
Conversation
Codecov Report
@@ Coverage Diff @@
## tagged-release/q1-release #361 +/- ##
==========================================================
Coverage 93.13% 93.14%
==========================================================
Files 37 37
Lines 1427 1429 +2
Branches 316 316
==========================================================
+ Hits 1329 1331 +2
Misses 96 96
Partials 2 2
Continue to review full report at Codecov.
|
props: SignOutButtonProps | ||
): React.ReactElement { | ||
const { overrides: overridesProp, ...rest } = props; | ||
const overrides = { ...overridesProp }; |
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.
Similar change from other PR required here as well to avoid this unnecessary renaming?
Issue #, if available:
N/A
Description of changes:
Add support for proposed auth actions, sign out and update user attributes.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.