Skip to content
Snippets Groups Projects
Commit ca709fd0 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #13273 TIME 0:10 fix authmode attr in function

parent 9745ae89
No related branches found
No related tags found
No related merge requests found
...@@ -287,7 +287,7 @@ export class AuthService { ...@@ -287,7 +287,7 @@ export class AuthService {
entities: data.entities, entities: data.entities,
groups: data.groups, groups: data.groups,
preferences: data.preferences, preferences: data.preferences,
privileges: data.privileges[0] === 'ALL_PRIVILEGES' ? this.privilegeService.getAllPrivileges(!data.lockAdvancedPrivileges) : data.privileges, privileges: data.privileges[0] === 'ALL_PRIVILEGES' ? this.privilegeService.getAllPrivileges(!data.lockAdvancedPrivileges, this.authMode) : data.privileges,
featureTour: data.featureTour featureTour: data.featureTour
}; };
this.headerService.nbResourcesFollowed = data.nbFollowedResources; this.headerService.nbResourcesFollowed = data.nbFollowedResources;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment