removed log
This commit is contained in:
parent
d0877903dc
commit
4ab74a4106
@ -60,7 +60,6 @@ export class AuthService {
|
|||||||
}
|
}
|
||||||
return { msg: 'Logged in successfully' };
|
return { msg: 'Logged in successfully' };
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.error('Error fetching users: ', err.message);
|
|
||||||
throw new BadRequestException({ error: 'Invalid username or password' });
|
throw new BadRequestException({ error: 'Invalid username or password' });
|
||||||
}
|
}
|
||||||
finally {
|
finally {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user