Merge pull request #2630 from charltonaustin/refresh_the_user_management_page_and_not_have_weird_errors_145041479
fix(entity-search.js): fix reload namespace
This commit is contained in:
commit
e52041fc87
2 changed files with 13 additions and 5 deletions
|
@ -14,9 +14,9 @@ function(ApiService, CookieService, $rootScope, Config, $location) {
|
|||
organizations: [],
|
||||
logins: [],
|
||||
beforeload: true
|
||||
}
|
||||
};
|
||||
|
||||
var userService = {}
|
||||
var userService = {};
|
||||
var _EXTERNAL_SERVICES = ['ldap', 'jwtauthn', 'keystone', 'dex'];
|
||||
|
||||
userService.hasEverLoggedIn = function() {
|
||||
|
|
Reference in a new issue