From fdeb6f9cd836ca5d71a5a1b70b15167f4b505acf Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 13 May 2024 20:35:49 +0100 Subject: [PATCH] Make /team/member behind auth --- src/components/Authenticator/authenticator.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Authenticator/authenticator.ts b/src/components/Authenticator/authenticator.ts index 9a14bff32..d4c77f6e5 100644 --- a/src/components/Authenticator/authenticator.ts +++ b/src/components/Authenticator/authenticator.ts @@ -46,6 +46,7 @@ function handleGuest() { '/team/roadmaps', '/team/new', '/team/members', + '/team/member', '/team/settings', ];