Type Alias: MountUserProfile
MountUserProfile = (
payload) =>Promise<void>
Displays a modal dialog showing the user profile information.
This method renders the user profile interface where users can view their account details, including password and credential management. This is only accessible for authenticated users.
NOTE: This method is deprecated. Please use the unified mount method instead,
or the <mmq-auth> web component for new implementations.