Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface TenantSettingsErrorPage

    Error page customization.

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

    Properties

    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).

    url?: string

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