Skip to main content

Settings

The Settings page manages personal user account settings for the current logged-in user.

Settings page navigation and tab

Route

  • /settings

Layout

The page uses a sidebar navigation panel on the left and a content panel on the right. Selecting a nav item switches the active tab panel.

Tabs

Profile

Fields:

FieldTypeRequiredValidation
First NameTextYesCannot be empty
Last NameTextYesCannot be empty
EmailTextYesMust be a valid email address
PhoneTextYesCannot be empty
PasswordPassword (toggle visibility)NoIf provided: minimum 6 characters, must include lowercase and uppercase letters

Actions:

  • Update Profile — submits the form and updates the user record. Password is only included in the payload if a value is entered.

On success, the user store is refreshed and a success notification is shown.

Settings page navigation and tab

2 Factor Auth

Configure two-factor authentication (2FA) for the current user account.

Two factor auth enable disable flow

Biometric Auth

Configure biometric authentication for the current user account. Rendered via the BiometricLogin component.

Language

Select the display language for the Studio UI.

Language selection control