mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
Add login-with-passkey route to desktop.
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user