|
@@ -49,8 +49,7 @@ class SecretService
|
|
|
case StepStatus::MY_INPUT_OLD_SECRET:
|
|
case StepStatus::MY_INPUT_OLD_SECRET:
|
|
|
return SecretService::inputOldSecret($chatId, $text, $messageId);
|
|
return SecretService::inputOldSecret($chatId, $text, $messageId);
|
|
|
case StepStatus::MY_INPUT_SECRET_PASS:
|
|
case StepStatus::MY_INPUT_SECRET_PASS:
|
|
|
- return SecretService::showSecretKey();
|
|
|
|
|
-
|
|
|
|
|
|
|
+ return SecretService::showSecretKey($chatId, $text, $messageId);
|
|
|
default:
|
|
default:
|
|
|
return null;
|
|
return null;
|
|
|
}
|
|
}
|