Renamed userSession and userSessionInfo to session

This commit is contained in:
Aleksandrs Proskurins
2022-09-27 13:57:54 +03:00
parent adf0aaf9b5
commit e0caf5980e
17 changed files with 82 additions and 77 deletions
@@ -28,9 +28,9 @@ enum UserSessionsOverviewViewModelResult {
case showAllUnverifiedSessions
case showAllInactiveSessions
case verifyCurrentSession
case showCurrentSessionOverview(sessionInfo: UserSessionInfo)
case showCurrentSessionOverview(session: UserSessionInfo)
case showAllOtherSessions
case showUserSessionOverview(sessionInfo: UserSessionInfo)
case showUserSessionOverview(session: UserSessionInfo)
}
// MARK: View