1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 22:33:35 +00:00

fixes and move to jslib share component

This commit is contained in:
Kyle Spearrin
2018-10-23 10:29:05 -04:00
parent ce7930bcc4
commit db5855aa4b
9 changed files with 60 additions and 151 deletions

View File

@@ -29,11 +29,11 @@ import { SyncComponent } from './settings/sync.component';
import { TabsComponent } from './tabs.component';
import { AddEditComponent } from './vault/add-edit.component';
import { AttachmentsComponent } from './vault/attachments.component';
import { ShareComponent } from './vault/share.component';
import { CiphersComponent } from './vault/ciphers.component';
import { CurrentTabComponent } from './vault/current-tab.component';
import { GroupingsComponent } from './vault/groupings.component';
import { PasswordHistoryComponent } from './vault/password-history.component';
import { ShareComponent } from './vault/share.component';
import { ViewComponent } from './vault/view.component';
const routes: Routes = [
@@ -125,10 +125,10 @@ const routes: Routes = [
data: { state: 'edit-cipher' },
},
{
path: 'share',
path: 'share-cipher',
component: ShareComponent,
canActivate: [AuthGuardService],
data: { state: 'share' },
data: { state: 'share-cipher' },
},
{
path: 'attachments',