mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
load add fields with current tab info
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
templateUrl: "app/vault/views/vaultAddSite.html",
|
||||
controller: 'vaultAddSiteController',
|
||||
data: { authorize: true },
|
||||
params: { animation: null, returnScrollY: 0, returnSearchText: null }
|
||||
params: { animation: null, returnScrollY: 0, returnSearchText: null, name: null, uri: null }
|
||||
})
|
||||
.state('editSite', {
|
||||
url: "/edit-site?siteId",
|
||||
|
||||
Reference in New Issue
Block a user