feat(profile): add dedicated telegram success page

This commit is contained in:
Ruslan Bakiev
2026-04-03 18:45:40 +07:00
parent b131f33fbe
commit 541b264b95
4 changed files with 115 additions and 71 deletions

View File

@@ -78,7 +78,7 @@ async function connectMessenger(channel: 'TELEGRAM' | 'MAX') {
await openMessengerBot({
channel,
baseUrl,
redirectPath: `/profile/notifications?status=success&connected=${channel.toLowerCase()}`,
redirectPath: `/profile/notifications/success?connected=${channel.toLowerCase()}`,
});
}