authSplitLayout method

  1. @override
Component authSplitLayout(
  1. AuthSplitLayoutProps props
)
override

Render an auth split layout component

Implementation

@override
Component authSplitLayout(AuthSplitLayoutProps props) =>
    CodexAuthSplitLayout(props);