log user in getUserJwtPayload
All checks were successful
All checks were successful
This commit is contained in:
parent
25b9388f29
commit
aa62bd6812
@ -62,6 +62,8 @@ export default class AuthService extends BaseService {
|
|||||||
|
|
||||||
if (!user) return null;
|
if (!user) return null;
|
||||||
|
|
||||||
|
console.log("user", user);
|
||||||
|
|
||||||
const rules: string[] = [];
|
const rules: string[] = [];
|
||||||
|
|
||||||
user.role.rules.forEach((rule) => {
|
user.role.rules.forEach((rule) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user