SENG3150Connections / Project

Final Project
http://203.9.224.192
0 stars 0 forks source link

[Authentication] LoginAction - Need error response for catch block #30

Closed ScottWalkerAU closed 6 years ago

ScottWalkerAU commented 6 years ago

File: Authentication.LoginAction.java Line: 54 Issue: If an error is thrown, we do not return error. Success is still returned and the homepage is displayed with no message.

Suggested Solution: Add return ERROR; to the catch block

sebbeth commented 6 years ago

Fixed using suggested solution