1
0
mirror of https://github.com/bitwarden/web synced 2025-12-12 22:33:23 +00:00

disable send (#784)

This commit is contained in:
Chad Scharf
2021-01-19 17:03:34 -05:00
committed by GitHub
parent 4964ebd31e
commit 73d24162a0
2 changed files with 4 additions and 4 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' },
},
},*/
],
},
{