Fixed typo

This commit is contained in:
Daniel Cojocea
2024-07-16 19:19:24 -04:00
parent cfc4590170
commit 7f9fbb87ec
+1 -1
View File
@@ -187,7 +187,7 @@ const handleNewPasswordRejected = (state, action) => {
state.success = false;
state.msg = action.payload
? action.payload.msg
: "Failed to send reset instructions.";
: "Failed to reset password.";
};
const authSlice = createSlice({