Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jhou2 committed Oct 28, 2013
2 parents 8c1a1fb + a6ea84b commit 246abdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion a1/src/main/java/ca/bcit/infosys/a1/UserSession.java
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ public String logIn() {
}
FacesContext error = FacesContext.getCurrentInstance();
error.addMessage(null, new FacesMessage("Authentication Failure"));
error.addMessage(null, new FacesMessage("登錄失敗"));
// Still looking into how to localize this through message bundles.

return null;
Expand Down

0 comments on commit 246abdd

Please sign in to comment.