-
Notifications
You must be signed in to change notification settings - Fork 119
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
fix: reset ForceLogout component upon relogin #640
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #640 +/- ##
===========================================
- Coverage 49.21% 49.20% -0.02%
===========================================
Files 246 246
Lines 12658 12665 +7
Branches 2022 2023 +1
===========================================
+ Hits 6230 6232 +2
- Misses 5625 5629 +4
- Partials 803 804 +1
Continue to review full report at Codecov.
|
e4e6b01
to
15a9f79
Compare
* fix: reset ForceLogout component upon relogin * fix: enter intervalId for clearInterval call * Trigger notification * fix: update clearInterval call in unit test * fix: clear IntervalId
Issue #, if available:
ForceLogout component reset incomplete.
Description of changes:
Applying MobX observables for resetting ForceLogout upon login.
Checklist:
AS review ticket id:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.