mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
collection management
This commit is contained in:
@@ -30,6 +30,7 @@ import { TabsComponent } from './tabs.component';
|
||||
import { AddEditComponent } from './vault/add-edit.component';
|
||||
import { AttachmentsComponent } from './vault/attachments.component';
|
||||
import { CiphersComponent } from './vault/ciphers.component';
|
||||
import { CollectionsComponent } from './vault/collections.component';
|
||||
import { CurrentTabComponent } from './vault/current-tab.component';
|
||||
import { GroupingsComponent } from './vault/groupings.component';
|
||||
import { PasswordHistoryComponent } from './vault/password-history.component';
|
||||
@@ -130,6 +131,12 @@ const routes: Routes = [
|
||||
canActivate: [AuthGuardService],
|
||||
data: { state: 'share-cipher' },
|
||||
},
|
||||
{
|
||||
path: 'collections',
|
||||
component: CollectionsComponent,
|
||||
canActivate: [AuthGuardService],
|
||||
data: { state: 'collections' },
|
||||
},
|
||||
{
|
||||
path: 'attachments',
|
||||
component: AttachmentsComponent,
|
||||
|
||||
Reference in New Issue
Block a user