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

enable send

This commit is contained in:
Kyle Spearrin
2020-12-11 16:43:28 -05:00
parent 04811c934f
commit ec2b048289
2 changed files with 1 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,