Использовать каталоги операций и фаз Telegram
ci / build-test (pull_request) Canceled after 2m33s

This commit is contained in:
2026-09-13 20:51:43 +03:00
parent b7c5e13fc3
commit b190ac75b1
4 changed files with 36 additions and 24 deletions
@@ -1,3 +1,4 @@
using Deal.Contracts.Integrations.Models;
using Deal.Telegram.Telegram;
using Grpc.Core;
@@ -244,7 +245,7 @@ public sealed class TenantSession : IAsyncDisposable
throw;
}
if (nextStep == "password")
if (nextStep == TelegramAuthPhases.Password)
{
_phase = AuthPhase.Password;
return Snapshot();