Overview
UserDetails component is a user interface element for displaying and updating user profile and security details. It includes forms for updating the user’s profile information and changing the user’s password. It provides a callback for redirecting to the sign-in page.
<UserDetails /> component profile tab

<UserDetails /> component security tab
Props
A callback function that is called to redirect the user to the sign-in page.
Example Usage
Reference:
- Demo Next.js project source code
- UserDetails page demo source code
user-details.tsx