mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-12 02:27:36 -04:00
Update UNSUBSCRIBE_URL to point to settings page instead of notifications page
This commit is contained in:
@@ -56,7 +56,7 @@ export const getDefaultNotificationPreferences = (isDev?: boolean) => {
|
||||
return defaults
|
||||
}
|
||||
|
||||
export const UNSUBSCRIBE_URL = `${DEPLOYED_WEB_URL}/notifications#1`
|
||||
export const UNSUBSCRIBE_URL = `${DEPLOYED_WEB_URL}/settings#1`
|
||||
export const getNotificationDestinationsForUser = (
|
||||
privateUser: PrivateUser,
|
||||
type: notification_preference,
|
||||
|
||||
Reference in New Issue
Block a user