diff --git a/src/auth/auth.service.ts b/src/auth/auth.service.ts index b0f7b14..d68b5c5 100644 --- a/src/auth/auth.service.ts +++ b/src/auth/auth.service.ts @@ -666,6 +666,7 @@ export class AuthService { }); return { statusCode: 200, message: 'Logged-Out successfully' }; } catch (error) { + console.log(error.message); throw new InternalServerErrorException('Logout failed'); } }