We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d4496 commit 464076cCopy full SHA for 464076c
src/core/auth/auth.service.ts
@@ -81,7 +81,7 @@ export class AuthService extends AbstractService implements OnModuleInit {
81
82
// eslint-disable-next-line
83
public async verifyIdentity(payload: any & { identity: AgentType & { token: string } }): Promise<any> {
84
- console.log('payload', payload);
+ // console.log('payload', payload);
85
if (payload.scopes.includes('offline')) {
86
return payload.identity;
87
}
0 commit comments