Skip to content

Commit

Permalink
Fix unsubscribe link
Browse files Browse the repository at this point in the history
  • Loading branch information
barshathakuri committed Dec 19, 2024
1 parent ad5d6bb commit 5c0dd39
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 5c0dd39

Please sign in to comment.