1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-26 18:44:57 +02:00

Add roadcard as protected route

This commit is contained in:
Kamran Ahmed
2023-06-15 14:21:50 +01:00
parent 5848698abf
commit 70976ee42a

View File

@@ -34,6 +34,7 @@ function handleGuest() {
const authenticatedRoutes = [
'/account/update-profile',
'/account/update-password',
'/account/road-card',
'/account',
];