Skip to main content

Interface: UserProfileEditSectionAccountProps

UserProfileEdit.UserProfileEditSectionAccountProps

Indexable

▪ [p: string]: any

Any other properties

Properties

AccountCredentialProps

Optional AccountCredentialProps: AccountCredentialProps

Props to apply to Account credential section

Default

{}

Defined in

packages/react-ui/src/components/UserProfileEdit/Section/Account.tsx:90


LanguageSwitcherProps

Optional LanguageSwitcherProps: LanguageSwitcherProps

Props to apply to LanguageSwitcher component

Default

{}

Defined in

packages/react-ui/src/components/UserProfileEdit/Section/Account.tsx:75


className

Optional className: string

Overrides or extends the styles applied to the component.

Default

null

Defined in

packages/react-ui/src/components/UserProfileEdit/Section/Account.tsx:50


endActions

Optional endActions: ReactNode

Actions to be inserted after social associations section

Default

null

Defined in

packages/react-ui/src/components/UserProfileEdit/Section/Account.tsx:85


handleAssociationCreate

Optional handleAssociationCreate: (provider: any) => void

Type declaration

▸ (provider): void

Handles create association callback

Parameters
NameType
providerany
Returns

void

Defined in

packages/react-ui/src/components/UserProfileEdit/Section/Account.tsx:55


showCredentialsSection

Optional showCredentialsSection: boolean

If true, shows email and password section

Default

false

Defined in

packages/react-ui/src/components/UserProfileEdit/Section/Account.tsx:60


showLanguageSwitcher

Optional showLanguageSwitcher: boolean

If true, shows language switcher

Default

false

Defined in

packages/react-ui/src/components/UserProfileEdit/Section/Account.tsx:70


showSocialAccountSection

Optional showSocialAccountSection: boolean

If true, shows social account section

Default

true

Defined in

packages/react-ui/src/components/UserProfileEdit/Section/Account.tsx:65


startActions

Optional startActions: ReactNode

Actions to be inserted before credentials section

Default

null

Defined in

packages/react-ui/src/components/UserProfileEdit/Section/Account.tsx:80