feat(auth): scaffold auth pages and guards
- Add Pinia auth store, types, and auth service (mocked) - Add login/register/verify/forgot password views and dashboard - Add reusable auth UI components (card, inputs, buttons) - Add router guards and protected routing wiring - Disable vue devtools plugin by default to avoid Node localStorage crash - Update dependencies for cookie handling - Comment out Umami script in index.html Made-with: Cursor
This commit is contained in:
+2
-2
@@ -236,8 +236,8 @@
|
||||
]
|
||||
}
|
||||
</script>
|
||||
<script defer src="https://umami.killiandalcin.fr/script.js"
|
||||
data-website-id="83631152-9b6b-4724-aad1-828459ff36dc"></script>
|
||||
<!-- <script defer src="https://umami.killiandalcin.fr/script.js"
|
||||
data-website-id="83631152-9b6b-4724-aad1-828459ff36dc"></script> -->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user