Skip to content

Commit 464076c

Browse files
committed
Remove debug logging for payload in verifyIdentity method
1 parent 42d4496 commit 464076c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/auth/auth.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export class AuthService extends AbstractService implements OnModuleInit {
8181

8282
// eslint-disable-next-line
8383
public async verifyIdentity(payload: any & { identity: AgentType & { token: string } }): Promise<any> {
84-
console.log('payload', payload);
84+
// console.log('payload', payload);
8585
if (payload.scopes.includes('offline')) {
8686
return payload.identity;
8787
}

0 commit comments

Comments
 (0)