1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

messaging service implementation

This commit is contained in:
Kyle Spearrin
2018-02-08 12:24:17 -05:00
parent 6452cfaf7f
commit 825cc5fd37
8 changed files with 124 additions and 16 deletions

View File

@@ -20,7 +20,7 @@ const routes: Routes = [
{
path: 'vault',
component: VaultComponent,
canActivate: [AuthGuardService]
canActivate: [AuthGuardService],
},
{ path: 'hint', component: HintComponent },
];