Show rename info alert

This commit is contained in:
Alfonso Grillo
2022-10-26 16:41:43 +02:00
parent 7560a5a978
commit 9f7fc2965c
5 changed files with 18 additions and 5 deletions
@@ -34,8 +34,6 @@ class UserSessionNameViewModel: UserSessionNameViewModelType, UserSessionNameVie
completion?(.updateName(state.bindings.sessionName))
case .cancel:
completion?(.cancel)
case .learnMore:
#warning("To be implemented as part of PSG-714.")
}
}