Skip to main content

foundation-login.loginconfig.omitroutes

Home > @genesislcap/foundation-login > LoginConfig > omitRoutes

LoginConfig.omitRoutes property

Omit any of the internal routes except 'login' and 'not-found'.

Signature:

omitRoutes: Exclude<Routes, 'login' | 'not-found'>[];

Remarks

Routes specified here will not be configured nor will any internal cross-links to them be displayed.

Example

omitRoutes: ['request-account'],