refactor(auth): remove GET /users/me endpoint and related exports

This commit is contained in:
2026-04-23 18:16:46 -04:00
parent e7aad33682
commit 1aac03c2dc
10 changed files with 1 additions and 815 deletions
-3
View File
@@ -63,9 +63,6 @@
"./features/auth/client": {
"import": "./dist/features/auth/AuthPage.client.js"
},
"./features/auth/components": {
"import": "./dist/features/auth/components/index.js"
},
"./features/admin": {
"import": "./dist/features/admin/index.js"
},