added user info in sign in and sign up return

This commit is contained in:
Kevsl
2024-06-07 14:37:41 +02:00
parent b194d084cf
commit 73fd9bf8a1
3 changed files with 16 additions and 6 deletions

View File

@@ -14,7 +14,11 @@ export class UserService {
id: userId,
},
include: {
UserHasCrypto: true,
UserHasCrypto: {
include: {
Crypto: true,
},
},
},
});
return user;