authBrandingPanel method

  1. @override
Component authBrandingPanel(
  1. AuthBrandingPanelProps props
)
override

Render an auth branding panel component

Implementation

@override
Component authBrandingPanel(AuthBrandingPanelProps props) =>
    CodexAuthBrandingPanel(props);