diff --git a/apps/desktop/src/app/app-routing.module.ts b/apps/desktop/src/app/app-routing.module.ts index fe3e27ea9f1..d3035ab4e0f 100644 --- a/apps/desktop/src/app/app-routing.module.ts +++ b/apps/desktop/src/app/app-routing.module.ts @@ -61,6 +61,10 @@ const routes: Routes = [ path: "login-with-device", component: LoginViaAuthRequestComponent, }, + { + path: "login-with-passkey", + component: LoginViaAuthRequestComponent, + }, { path: "admin-approval-requested", component: LoginViaAuthRequestComponent,