mirror of
https://github.com/bitwarden/web
synced 2025-12-15 07:43:16 +00:00
org dashboard route
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
angular
|
||||
.module('bit')
|
||||
|
||||
.config(function ($stateProvider, $urlRouterProvider, $httpProvider, jwtInterceptorProvider, $uibTooltipProvider, toastrConfig) {
|
||||
.config(function ($stateProvider, $urlRouterProvider, $httpProvider, jwtInterceptorProvider, $uibTooltipProvider,
|
||||
toastrConfig) {
|
||||
jwtInterceptorProvider.urlParam = 'access_token2';
|
||||
var refreshPromise;
|
||||
jwtInterceptorProvider.tokenGetter = /*@ngInject*/ function (config, appSettings, tokenService, apiService, jwtHelper, $q) {
|
||||
@@ -120,7 +121,7 @@ angular
|
||||
abstract: true
|
||||
})
|
||||
.state('backend.org.dashboard', {
|
||||
url: '^/organization',
|
||||
url: '^/organization/:id',
|
||||
templateUrl: 'app/organization/views/dashboard.html',
|
||||
controller: 'organizationDashboardController',
|
||||
data: { pageTitle: 'Org Dash' }
|
||||
|
||||
Reference in New Issue
Block a user