Fixed deploy, Added HH Auth on back-end #22

Merged
Lisoveliy merged 21 commits from dev into main 2025-07-16 20:21:02 +02:00
Showing only changes of commit 60db714a32 - Show all commits

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);
}
}