fix: hotfix

This commit is contained in:
Pavel-Savely Savianok 2025-07-16 20:37:33 +03:00
parent 0826eb5898
commit 60db714a32

View File

@ -95,7 +95,7 @@ public class PrepareUserService(ITelegramBotClient bot, User.UserClient userClie
await _bot.SendMessage(
update.Message.From.Id,
string.Format(TextResource.AskForAuth, [url]),
string.Format(TextResource.AskForAuth, [url.RegistrationUrl]),
cancellationToken: ct);
}
}