Sign out menu button

This commit is contained in:
Aleksandrs Proskurins
2022-10-25 08:41:05 +03:00
parent 247f7ecd1f
commit 3bd21f68e2
8 changed files with 56 additions and 14 deletions
@@ -61,6 +61,8 @@ class UserOtherSessionsViewModel: UserOtherSessionsViewModelType, UserOtherSessi
case .toggleAllSelection:
toggleAllSelection()
updateViewState()
case .signOut:
completion?(.singOutFromUserSessions(sessionInfos: sessionInfos))
}
}