From 70976ee42abd97db8a7476ed71b7b00bc33df650 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Thu, 15 Jun 2023 14:21:50 +0100 Subject: [PATCH] Add roadcard as protected route --- 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 220de895b..ca66fd6af 100644 --- a/src/components/Authenticator/authenticator.ts +++ b/src/components/Authenticator/authenticator.ts @@ -34,6 +34,7 @@ function handleGuest() { const authenticatedRoutes = [ '/account/update-profile', '/account/update-password', + '/account/road-card', '/account', ];