-
Notifications
You must be signed in to change notification settings - Fork 6
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(monkeys): Add support for 2FA during login [WPB-6289] #2445
Conversation
cf3f569
to
5e8ba6c
Compare
5e8ba6c
to
c6e21e2
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2445 +/- ##
==========================================
Coverage 58.37% 58.38%
Complexity 21 21
==========================================
Files 1171 1171
Lines 45296 45296
Branches 4289 4289
==========================================
+ Hits 26443 26445 +2
+ Misses 16928 16926 -2
Partials 1925 1925 see 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Datadog ReportBranch report: ✅ 0 Failed, 2784 Passed, 122 Skipped, 9m 52.08s Wall Time |
* feat(monkeys): Add support for 2FA during login [WPB-6289] * fix * detekt * add workaround to reuse code * detekt
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Issues
This adds support to 2FA in the login of the monkeys. A new flag was added in the backend configuration to indicate the need for it during authentication.
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764
.