Skip to content

Commit

Permalink
commmit
Browse files Browse the repository at this point in the history
  • Loading branch information
Saefurukawa committed May 1, 2024
1 parent f3529f5 commit 4f5aeae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HealthHaven/src/org/healthhaven/db/models/AccountDAO.java
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ public static synchronized JSONObject updateTemporaryUserAfterFirstLogin(Connect
} catch (SQLException e) {
result = "FAILURE";
reason = "Error Authenticating User";
e.printStackTrace();
}

}
Expand Down

0 comments on commit 4f5aeae

Please sign in to comment.