Added initial api support of url auth login with details.

This commit is contained in:
23rd
2026-01-26 09:29:25 +03:00
committed by John Preston
parent 2fd50c5401
commit 7a573bf809
7 changed files with 569 additions and 116 deletions
+1 -1
View File
@@ -482,7 +482,7 @@ void ActivateBotCommand(ClickHandlerContext context, int row, int column) {
} break;
case ButtonType::Auth:
UrlAuthBox::Activate(item, row, column);
UrlAuthBox::ActivateButton(controller->uiShow(), item, row, column);
break;
case ButtonType::UserProfile: {