Add experimental oidc dashboard view
This commit is contained in:
@@ -92,6 +92,9 @@ app.config(['$routeProvider', function ($routeProvider) {
|
||||
}).when('/notifications', {
|
||||
controller: 'NotificationsController',
|
||||
templateUrl: 'views/notifications.html?<%= revision %>'
|
||||
}).when('/oidc', {
|
||||
controller: 'OidcController',
|
||||
templateUrl: 'views/oidc.html?<%= revision %>'
|
||||
}).when('/settings', {
|
||||
controller: 'SettingsController',
|
||||
templateUrl: 'views/settings.html?<%= revision %>'
|
||||
|
||||
Reference in New Issue
Block a user