-
Notifications
You must be signed in to change notification settings - Fork 213
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(ui): prevent reload after logout #3149
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3149 +/- ##
==========================================
+ Coverage 70.78% 71.59% +0.80%
==========================================
Files 91 109 +18
Lines 8729 7987 -742
==========================================
- Hits 6179 5718 -461
+ Misses 2165 1842 -323
- Partials 385 427 +42 ☔ View full report in Codecov by Sentry. |
506d97b
to
1da2eb9
Compare
@markphelps I have one more thought about authentication for Flipt Cloud. I wonder what will happen when token is expired. Currently Lines 34 to 39 in 22a157c
Is it okay with Flipt Cloud? |
I think if the ui reloads itself if Flipt Cloud is the only authentication method then they will just see the |
1da2eb9
to
b34d237
Compare
edf7a93
to
26dd87b
Compare
Signed-off-by: Roman Dmytrenko <rdmytrenko@gmail.com>
26dd87b
to
2cb8e72
Compare
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.
one question! otherwise lgtm!
Signed-off-by: Roman Dmytrenko <rdmytrenko@gmail.com>
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.
looks great! thank you!
No description provided.