We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ffc2c commit 187bc35Copy full SHA for 187bc35
service/src/core/auth/auth.service.ts
@@ -149,7 +149,6 @@ export class AuthService extends AbstractService implements OnModuleInit {
149
150
public async clearSession(jwt: string): Promise<void> {
151
try {
152
- console.log('clearSession', jwt)
153
const data = this.jwtService.decode(jwt) as JwtPayload
154
if (!data) return null
155
const { jti } = data
0 commit comments