-
Notifications
You must be signed in to change notification settings - Fork 760
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
[Device management] Sign out a session (PSG-742) #7243
[Device management] Sign out a session (PSG-742) #7243
Conversation
241f57b
to
f415cba
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.
LGTM!
f415cba
to
e47bf2b
Compare
To improve it, we need to add a confirmation dialog when trying to sign out another session like for the current session. |
@jmartinesp I have added a confirmation dialog for all session types since it is a destructive operation. You can see it here: 082fa1e |
SonarCloud Quality Gate failed. |
The last change seems to be working fine and the code makes sense. It feels a bit weird to have a |
Yes I am also concerned about that (especially because it is not easily testable right now) but that would mean to refactor all the signout of current session process. I didn't want to start this work in this PR. |
Type of change
Content
Adding a signout button in the session overview screen.
Motivation and context
Closes #7190
Screenshots / GIFs
Tests
Tested devices
Checklist