mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
password generator from vault add/edit
This commit is contained in:
@@ -89,14 +89,14 @@
|
||||
templateUrl: 'app/vault/views/vaultAddSite.html',
|
||||
controller: 'vaultAddSiteController',
|
||||
data: { authorize: true },
|
||||
params: { animation: null, returnScrollY: 0, returnSearchText: null, name: null, uri: null, site: null }
|
||||
params: { animation: null, returnScrollY: 0, returnSearchText: null, name: null, uri: null, site: null, fromCurrent: false }
|
||||
})
|
||||
.state('editSite', {
|
||||
url: '/edit-site?siteId',
|
||||
templateUrl: 'app/vault/views/vaultEditSite.html',
|
||||
controller: 'vaultEditSiteController',
|
||||
data: { authorize: true },
|
||||
params: { animation: null, fromView: true, returnScrollY: 0, returnSearchText: null }
|
||||
params: { animation: null, fromView: true, returnScrollY: 0, returnSearchText: null, site: null }
|
||||
})
|
||||
|
||||
.state('passwordGenerator', {
|
||||
|
||||
Reference in New Issue
Block a user