feat(profile): add dedicated telegram success page
This commit is contained in:
@@ -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()}`,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user