mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Added export vault function to tools.
This commit is contained in:
@@ -141,6 +141,13 @@
|
||||
data: { authorize: true },
|
||||
params: { animation: null, addState: null, editState: null }
|
||||
})
|
||||
.state('export', {
|
||||
url: '/export',
|
||||
templateUrl: 'app/tools/views/toolsExport.html',
|
||||
controller: 'toolsExportController',
|
||||
data: { authorize: true },
|
||||
params: { animation: null }
|
||||
})
|
||||
|
||||
.state('about', {
|
||||
url: '/about',
|
||||
|
||||
Reference in New Issue
Block a user