1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-27 04:03:00 +02:00

Fix secrets manager (#3218)

This commit is contained in:
Oscar Hinton 2022-08-02 17:43:42 +02:00 committed by GitHub
parent 66cc575ec5
commit f8d7dd179b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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