1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

Add login-with-passkey route to desktop.

This commit is contained in:
Alec Rippberger
2024-09-26 10:58:16 -05:00
parent e607aa713d
commit 07f1419b73

View File

@@ -61,6 +61,10 @@ const routes: Routes = [
path: "login-with-device", path: "login-with-device",
component: LoginViaAuthRequestComponent, component: LoginViaAuthRequestComponent,
}, },
{
path: "login-with-passkey",
component: LoginViaAuthRequestComponent,
},
{ {
path: "admin-approval-requested", path: "admin-approval-requested",
component: LoginViaAuthRequestComponent, component: LoginViaAuthRequestComponent,