FIX: infinite loading when login is incorrect

This commit is contained in:
marcos-silva-rodrigues
2025-09-03 16:25:46 -03:00
parent 8e605aa361
commit 2a3ab4228f
+1
View File
@@ -114,6 +114,7 @@ export class AuthController {
return res.send(data);
} catch (error) {
this.logger.error('/auth - SignIn - ERROR', error);
throw error;
}
}