add debugging
Docker Build and Release Upload / build (push) Successful in 1m23s

This commit is contained in:
2025-07-26 09:36:31 -07:00
parent 9a54f29f7b
commit 894c8d49f1
+1 -1
View File
@@ -52,7 +52,7 @@ namespace Auth.Controllers {
return BadRequest("Account Not Found");
} catch (Exception ex) {
Console.WriteLine("Login Error: " + ex.Message);
return BadRequest("An internal server error has occured");
return BadRequest("An internal server error has occured: " + ex.Message);
}
}