Browse Source

Simplify webauthn page

pull/7305/head
Thomas Kaul 2 days ago
parent
commit
d6441051c0
  1. 3
      apps/client/src/app/app.routes.ts

3
apps/client/src/app/app.routes.ts

@ -128,8 +128,7 @@ export const routes: Routes = [
import('./pages/webauthn/webauthn-page.component').then(
(c) => c.GfWebauthnPageComponent
),
path: internalRoutes.webauthn.path,
title: internalRoutes.webauthn.title
path: internalRoutes.webauthn.path
},
{
path: internalRoutes.zen.path,

Loading…
Cancel
Save