From 2c61e8fb24bf94bb694dff911daa0c5f819196b7 Mon Sep 17 00:00:00 2001 From: Jeffrey Holland Date: Mon, 24 Mar 2025 15:14:07 +0100 Subject: [PATCH] Remove unused route --- apps/desktop/src/app/app-routing.module.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/desktop/src/app/app-routing.module.ts b/apps/desktop/src/app/app-routing.module.ts index 6c8939b4e63..3b4d5994e8b 100644 --- a/apps/desktop/src/app/app-routing.module.ts +++ b/apps/desktop/src/app/app-routing.module.ts @@ -187,10 +187,6 @@ const routes: Routes = [ path: "fido2-creation", component: Fido2CreateComponent, }, - { - path: "passkeys", - component: Fido2PlaceholderComponent, - }, { path: "", component: AnonLayoutWrapperComponent,