mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
formatting
This commit is contained in:
@@ -100,7 +100,10 @@
|
||||
templateUrl: 'app/vault/views/vaultAddSite.html',
|
||||
controller: 'vaultAddSiteController',
|
||||
data: { authorize: true },
|
||||
params: { animation: null, returnScrollY: 0, returnSearchText: null, name: null, uri: null, site: null, fromCurrent: false }
|
||||
params: {
|
||||
animation: null, returnScrollY: 0, returnSearchText: null, name: null,
|
||||
uri: null, site: null, fromCurrent: false
|
||||
}
|
||||
})
|
||||
.state('editSite', {
|
||||
url: '/edit-site?siteId',
|
||||
|
||||
Reference in New Issue
Block a user