adds oauth support

This commit is contained in:
Christian Beutel
2024-03-29 13:13:23 +01:00
parent 28c6261e94
commit 033343e684
15 changed files with 226 additions and 12 deletions

View File

@@ -1,6 +1,7 @@
const privateRoutes = [
"/profile",
"/lists",
"/trail/edit/new",
]
export function isRouteProtected(path: string) {