feat: enhance user authentication and profile retrieval
- Updated GET handler in auth route to fetch user UUID from cookie using AuthService. - Improved error handling for unauthenticated and non-existent users. - Added team name retrieval for the user profile, with fallback handling. - Refactored AuthClient to return detailed user information including team details. - Enhanced navigation component to use a dropdown menu for user actions, improving UI/UX. - Implemented loading state in UserContext to manage user info fetching.
This commit is contained in:
1
components/account/index.ts
Normal file
1
components/account/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export { AccountForm } from "./account-form";
|
||||
Reference in New Issue
Block a user