This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user