diff --git a/src/App/routes/index.tsx b/src/App/routes/index.tsx index 44a5f81..2f6fe6c 100644 --- a/src/App/routes/index.tsx +++ b/src/App/routes/index.tsx @@ -378,7 +378,7 @@ const unsubscribe = customWrapRoute({ wrapperComponent: Auth, context: { title: 'Unsubscribe', - visibility: 'is-authenticated', + visibility: 'anything', }, });