1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 05:30:01 +00:00

Remove unused route

This commit is contained in:
Jeffrey Holland
2025-03-24 15:14:07 +01:00
parent cb2d88eb3e
commit 2c61e8fb24

View File

@@ -187,10 +187,6 @@ const routes: Routes = [
path: "fido2-creation",
component: Fido2CreateComponent,
},
{
path: "passkeys",
component: Fido2PlaceholderComponent,
},
{
path: "",
component: AnonLayoutWrapperComponent,