Browse Source

Fix secrets manager (#3218)

pull/3226/head
Oscar Hinton 3 years ago committed by GitHub
parent
commit
f8d7dd179b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      bitwarden_license/bit-web/src/app/sm/sm-routing.module.ts

1
bitwarden_license/bit-web/src/app/sm/sm-routing.module.ts

@ -24,6 +24,7 @@ const routes: Routes = [ @@ -24,6 +24,7 @@ const routes: Routes = [
{
path: "",
redirectTo: "secrets",
pathMatch: "full",
},
],
},

Loading…
Cancel
Save