Back to Node Auth0

Interface TenantSettingsErrorPage

docs/interfaces/management.Management.TenantSettingsErrorPage.html

5.9.11.0 KB
Original Source

Interface TenantSettingsErrorPage

Error page customization.

interface TenantSettingsErrorPage {
html?: string;
show_log_link?: boolean;
url?: string;
}

Index

Properties

html?show_log_link?url?

Properties

Optionalhtml

html?: string

Custom Error HTML (Liquid syntax is supported).

show_log_link?: boolean

Whether to show the link to log as part of the default error page (true, default) or not to show the link (false).

Optionalurl

url?: string

URL to redirect to when an error occurs instead of showing the default error page.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties htmlshow_log_linkurl