feat(profile): show messenger connect success state
This commit is contained in:
@@ -72,6 +72,7 @@ async function connectMessenger(channel: 'TELEGRAM' | 'MAX') {
|
||||
await openMessengerBot({
|
||||
channel,
|
||||
baseUrl,
|
||||
redirectPath: `/profile/notifications?status=success&connected=${channel.toLowerCase()}`,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user