We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e868b2 commit afbc662Copy full SHA for afbc662
src/Auth.js
@@ -99,6 +99,7 @@ Auth.prototype._loadRoles = function() {
99
return cacheAdapter.role.get(this.user.id).then((cachedRoles) => {
100
if (cachedRoles != null) {
101
this.fetchedroles = true;
102
+ this.userRoles = cachedRoles;
103
return Promise.resolve(cachedRoles);
104
}
105
0 commit comments