This commit is contained in:
Ilham Dwi Pratama S 2021-12-14 03:54:30 +07:00
parent ff60406af2
commit 26e7401163

View File

@ -28,7 +28,7 @@ export class AuthService {
username: user.username,
sub: user.id,
role: user.roles.name,
partner: user.partner.id,
partner: user.partner?.id,
};
return {