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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user