1
0
mirror of https://github.com/bitwarden/web synced 2025-12-12 06:13:28 +00:00

disable send

This commit is contained in:
Kyle Spearrin
2020-11-12 22:05:50 -05:00
parent e2c6a5f8cd
commit 933a66b24c
2 changed files with 3 additions and 3 deletions

View File

@@ -157,7 +157,7 @@ const routes: Routes = [
canActivate: [AuthGuardService],
children: [
{ path: 'vault', component: VaultComponent, data: { titleId: 'myVault' } },
{ path: 'sends', component: SendComponent, data: { title: 'Send' } },
// { path: 'sends', component: SendComponent, data: { title: 'Send' } },
{
path: 'settings',
component: SettingsComponent,