mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
Implement personal item cloning capability (#1129)
* Initial pass of clone item * Updated npm sub:pull script to include target branches * Made requested changes * Formatting changes * Fixed lint warnings
This commit is contained in:
@@ -204,6 +204,12 @@ const routes: Routes = [
|
||||
component: PrivateModeComponent,
|
||||
data: { state: 'private-mode' },
|
||||
},
|
||||
{
|
||||
path: 'clone-cipher',
|
||||
component: AddEditComponent,
|
||||
canActivate: [AuthGuardService],
|
||||
data: { state: 'clone-cipher' },
|
||||
},
|
||||
{
|
||||
path: 'tabs',
|
||||
component: TabsComponent,
|
||||
|
||||
Reference in New Issue
Block a user