-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Me: Use Redux analytics instead of eventRecorder in Security2faSetupBackupCodes #20198
Me: Use Redux analytics instead of eventRecorder in Security2faSetupBackupCodes #20198
Conversation
Uh, how specifically? My attempts so far didn't get me anywhere 😁 |
@ockham I realize those testing instructions are a total mess 😉 Sorry about that. I've updated them a bit, please ping me if you need details when you have a minute to test this one. Thanks! |
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.
Thanks for the updated instructions! Confirmed to work fine now. 👍
…ackupCodes (#20198) * Me: Use Redux analytics in Security2faSetupBackupCodes * Me: Remove unnecessary debug code in Security2faSetupBackupCodes * Me: Refactor Security2faSetupBackupCodes to a React.Component * Me: Sort some imports in Security2faSetupBackupCodes * Me: Replace var usages in Security2faSetupBackupCodes
This PR refactors
Security2faSetupBackupCodes
to:eventRecorder
.eventRecorder
.createReactClass
to aReact.Component
.var
usages in favor ofconst
/let
.This PR should not introduce any visual changes.
Part of #20053.
To test:
Diff to make backup code generation fail: