mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
apps page
This commit is contained in:
@@ -110,6 +110,12 @@ angular
|
||||
controller: 'toolsController',
|
||||
data: { pageTitle: 'Tools' }
|
||||
})
|
||||
.state('backend.user.apps', {
|
||||
url: '^/apps',
|
||||
templateUrl: 'app/views/apps.html',
|
||||
controller: 'appsController',
|
||||
data: { pageTitle: 'Get the Apps' }
|
||||
})
|
||||
.state('backend.org', {
|
||||
templateUrl: 'app/views/organizationLayout.html',
|
||||
abstract: true
|
||||
|
||||
Reference in New Issue
Block a user