Skip to content

Commit

Permalink
Finalized fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-pierce committed Nov 19, 2023
1 parent 6f174a0 commit bf28a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/APIClients/AuthAPIClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
getLoginErrMessage,
getRegisterErrMessage
}
from "../helper/authErrorMessage";
from "../helper/authError";
import AUTHENTICATED_USER_KEY from "../constants/AuthConstants";
import {
AuthenticatedUser,
Expand Down

0 comments on commit bf28a14

Please sign in to comment.