removed log

This commit is contained in:
Kallesh B S 2025-05-02 14:52:20 +05:30
parent d0877903dc
commit 4ab74a4106

View File

@ -60,7 +60,6 @@ export class AuthService {
}
return { msg: 'Logged in successfully' };
} catch (err) {
console.error('Error fetching users: ', err.message);
throw new BadRequestException({ error: 'Invalid username or password' });
}
finally {