add project in the token

This commit is contained in:
faris Aljohari
2025-03-20 09:42:28 +03:00
parent 670c026cfd
commit b5469cb316
5 changed files with 6 additions and 1 deletions

View File

@ -160,6 +160,7 @@ export class UserAuthService {
role: user.roleType,
hasAcceptedWebAgreement: user.hasAcceptedWebAgreement,
hasAcceptedAppAgreement: user.hasAcceptedAppAgreement,
project: user.project,
sessionId: session[1].uuid,
});
return res;