chore: build

This commit is contained in:
2026-06-12 15:24:34 +02:00
parent cc15901d93
commit 4792536900
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ export default function ProfilePage() {
const res = await generateTelegramLinkToken();
setTgLoading(false);
if (res.error || !res.link_url) {
showError(res.error || 'Service Telegram non disponible');
showFeedback('error', 'Telegram indisponible', res.error || 'Service Telegram non disponible');
return;
}
window.open(res.link_url, '_blank');