We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60e7152 commit 5be66cfCopy full SHA for 5be66cf
apps/api/src/core/auth/auth.controller.ts
@@ -44,7 +44,7 @@ export class AuthController extends AbstractController {
44
this.logger.debug(`Session data delivered for ${identity._id} (${identity.email}) with ${JSON.stringify(user)}`);
45
46
const ac = await this.rolesService.getRolesBuilder()
47
- console.log('ac.getGrants()', ac.getGrants())
+ // console.log('ac.getGrants()', ac.getGrants())
48
49
return res.status(HttpStatus.OK).json({
50
user: {
0 commit comments