mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 16:14:55 +00:00
add project in the token
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user