mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
messaging service implementation
This commit is contained in:
@@ -20,7 +20,7 @@ const routes: Routes = [
|
||||
{
|
||||
path: 'vault',
|
||||
component: VaultComponent,
|
||||
canActivate: [AuthGuardService]
|
||||
canActivate: [AuthGuardService],
|
||||
},
|
||||
{ path: 'hint', component: HintComponent },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user