From 5c0dd39d405dd73c19b9d9f7139077240c6ca6bf Mon Sep 17 00:00:00 2001 From: barshathakuri Date: Thu, 19 Dec 2024 15:28:15 +0545 Subject: [PATCH] Fix unsubscribe link --- src/App/routes/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }, });