mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-24 17:01:09 -04:00
Fix unsubscribe URL
This commit is contained in:
@@ -68,7 +68,7 @@ export const getNotificationDestinationsForUser = (
|
||||
destinations.includes('browser') && !opt_out.includes('browser'),
|
||||
sendToMobile:
|
||||
destinations.includes('mobile') && !opt_out.includes('mobile'),
|
||||
unsubscribeUrl: 'TODO',
|
||||
unsubscribeUrl: 'https://compassmeet.com/notifications',
|
||||
urlToManageThisNotification: '/notifications',
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user