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

disable send

This commit is contained in:
Kyle Spearrin
2020-12-02 15:23:54 -05:00
parent e83d0f2a9d
commit 5e95a8565c
2 changed files with 3 additions and 1 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,