diff --git a/bitwarden_license/bit-web/src/app/sm/sm-routing.module.ts b/bitwarden_license/bit-web/src/app/sm/sm-routing.module.ts index 8e936761bc3..040efdb16fa 100644 --- a/bitwarden_license/bit-web/src/app/sm/sm-routing.module.ts +++ b/bitwarden_license/bit-web/src/app/sm/sm-routing.module.ts @@ -24,6 +24,7 @@ const routes: Routes = [ { path: "", redirectTo: "secrets", + pathMatch: "full", }, ], },