mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-02 06:30:08 -05:00
Fixed typo
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user