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

re-enable send (#709)

This commit is contained in:
Chad Scharf
2020-11-18 12:44:21 -05:00
committed by GitHub
parent ef61652fba
commit 8662033979
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,