Fix unsubscribe URL

This commit is contained in:
MartinBraquet
2025-09-11 18:45:42 +02:00
parent 4ab3edc97b
commit fa629591e9

View File

@@ -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',
}
}