user store role mapping feature

pull/266/head
Amalka Subasinghe 11 months ago
parent 3d159c0111
commit cb5d672583

@ -116,7 +116,7 @@ public class UserStoreRoleMapper implements ServerStartupObserver {
}
}
} catch (Exception e) {
log.error("Error while getting user store...", e);
log.error("Error while getting user store..." + e.getMessage());
} finally {
PrivilegedCarbonContext.endTenantFlow();
}

Loading…
Cancel
Save