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

@@ -185,6 +185,7 @@ async function startMessengerLogin(channel: 'TELEGRAM' | 'MAX') {
channel,
baseUrl,
email: normalizedEmail.value,
redirectPath: `/profile/notifications/success?connected=${channel.toLowerCase()}`,
});
}