Fixed typo

This commit is contained in:
Eugene Zadyra
2018-07-07 23:15:01 +02:00
parent 289b39c7cf
commit 341d54f3df

View File

@@ -45,7 +45,7 @@ class Auth(val source: MessageSource, dataService: DataService, unauthorizedHelp
unauthorizedHelpActor ! cmd
case cmd@TextCommand("/start") if userId.isEmpty =>
unauthorizedHelpActor ! cmd
case cmd@TextCommand("/start") =>
case cmd@TextCommand("/login") =>
userId = None
loginActor ! InitConversation
loginActor ! StartConversation