chore: add sso service and logic

This commit is contained in:
mahyargdz
2025-04-21 10:41:43 +03:30
parent 41b0652c47
commit 160040a4b7
16 changed files with 619 additions and 9 deletions
@@ -48,7 +48,7 @@ export class BlogCommentsRepository extends Repository<BlogComment> {
content: true,
createdAt: true,
status: true,
user: { id: true, firstName: true, lastName: true },
user: { id: true, firstName: true, lastName: true, profilePic: true },
},
});
}