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,