Skip to content

Commit

Permalink
Merge pull request #218 from IFRCGo/fix/unsubscribe-link
Browse files Browse the repository at this point in the history
Fix unsubscribe link
  • Loading branch information
roshni73 authored Dec 19, 2024
2 parents ad5d6bb + 5c0dd39 commit 2a4bf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ const unsubscribe = customWrapRoute({
wrapperComponent: Auth,
context: {
title: 'Unsubscribe',
visibility: 'is-authenticated',
visibility: 'anything',
},
});

Expand Down

0 comments on commit 2a4bf0a

Please sign in to comment.