Auth0 Universal Components
GitHub
Auth0
Preparing search index...
core/src
OrganizationDetailsMessages
Interface OrganizationDetailsMessages
Messages that can be used to override default messages.
interface
OrganizationDetailsMessages
{
cancel_button_label
?:
string
;
sections
?:
{
branding
?:
{
fields
?:
{
logo
?:
{
error
?:
string
;
helper_text
?:
string
;
label
?:
string
}
;
page_background_color
?:
{
error
?:
string
;
helper_text
?:
string
;
label
?:
string
;
}
;
primary_color
?:
{
error
?:
string
;
helper_text
?:
string
;
label
?:
string
}
;
}
;
title
?:
string
;
}
;
settings
?:
{
fields
?:
{
display_name
?:
{
error
?:
string
;
helper_text
?:
string
;
label
?:
string
;
placeholder
?:
string
;
}
;
name
?:
{
error
?:
string
;
helper_text
?:
string
;
label
?:
string
;
placeholder
?:
string
;
}
;
}
;
title
?:
string
;
}
;
}
;
submit_button_label
?:
string
;
unsaved_changes_text
?:
string
;
}
Index
Properties
cancel_
button_
label?
sections?
submit_
button_
label?
unsaved_
changes_
text?
Properties
Optional
cancel_
button_
label
cancel_button_label
?:
string
Optional
sections
sections
?:
{
branding
?:
{
fields
?:
{
logo
?:
{
error
?:
string
;
helper_text
?:
string
;
label
?:
string
}
;
page_background_color
?:
{
error
?:
string
;
helper_text
?:
string
;
label
?:
string
;
}
;
primary_color
?:
{
error
?:
string
;
helper_text
?:
string
;
label
?:
string
}
;
}
;
title
?:
string
;
}
;
settings
?:
{
fields
?:
{
display_name
?:
{
error
?:
string
;
helper_text
?:
string
;
label
?:
string
;
placeholder
?:
string
;
}
;
name
?:
{
error
?:
string
;
helper_text
?:
string
;
label
?:
string
;
placeholder
?:
string
;
}
;
}
;
title
?:
string
;
}
;
}
Optional
submit_
button_
label
submit_button_label
?:
string
Optional
unsaved_
changes_
text
unsaved_changes_text
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cancel_
button_
label
sections
submit_
button_
label
unsaved_
changes_
text
GitHub
Auth0
Auth0 Universal Components
Loading...
Messages that can be used to override default messages.