mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
[Send] Type component (#1608)
* Initial commit of send type component * Update jslib (ee164be->0951424) * Update constructor for new jslib
This commit is contained in:
@@ -47,6 +47,7 @@ import { ShareComponent } from './vault/share.component';
|
||||
import { ViewComponent } from './vault/view.component';
|
||||
|
||||
import { SendGroupingsComponent } from './send/send-groupings.component';
|
||||
import { SendTypeComponent } from './send/send-type.component';
|
||||
|
||||
const routes: Routes = [
|
||||
{
|
||||
@@ -236,6 +237,12 @@ const routes: Routes = [
|
||||
canActivate: [AuthGuardService],
|
||||
data: { state: 'clone-cipher' },
|
||||
},
|
||||
{
|
||||
path: 'send-type',
|
||||
component: SendTypeComponent,
|
||||
canActivate: [AuthGuardService],
|
||||
data: { state: 'send-type' },
|
||||
},
|
||||
{
|
||||
path: 'tabs',
|
||||
component: TabsComponent,
|
||||
|
||||
Reference in New Issue
Block a user