Skip to content

Commit

Permalink
Fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
alantao912 committed Nov 19, 2023
1 parent 73c1fac commit 6c3b3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/common/redux/userLogin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export const registerViaEmailAndPassword = createAsyncThunk<
if (password !== passwordConfirmation) {
return thunkAPI.rejectWithValue({
message: "Passwords do not match"
})
});
}

if (!firstName || firstName === "" || !isNameValid(firstName)) {
Expand Down

0 comments on commit 6c3b3fe

Please sign in to comment.