Browse Source

Simplify webauthn page

pull/7305/head
Thomas Kaul 3 days ago
parent
commit
e78544c299
  1. 2
      libs/common/src/lib/routes/interfaces/internal-route.interface.ts

2
libs/common/src/lib/routes/interfaces/internal-route.interface.ts

@ -5,5 +5,5 @@ export interface InternalRoute {
path?: string;
routerLink: string[];
subRoutes?: Record<string, InternalRoute>;
title: string;
title?: string;
}

Loading…
Cancel
Save