1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 02:03:39 +00:00

Send Sync Notifications (#799)

* enabled send and added send sync notifications

* updated jslib
This commit is contained in:
Addison Beck
2021-01-22 17:03:55 -05:00
committed by GitHub
parent 3ffc035db3
commit 6b29bb8468
4 changed files with 29 additions and 6 deletions

View File

@@ -153,11 +153,11 @@ const routes: Routes = [
canActivate: [UnauthGuardService],
data: { titleId: 'deleteAccount' },
},
/*{
{
path: 'send/:sendId/:key',
component: AccessComponent,
data: { title: 'Bitwarden Send' },
},*/
},
],
},
{