Resolve password reset issue.
This commit is contained in:
@@ -230,7 +230,7 @@ export function* onSendPasswordResetStart() {
|
||||
export function* sendPasswordResetEmailSaga({ payload }) {
|
||||
try {
|
||||
yield sendPasswordResetEmail(auth, payload, {
|
||||
url: "https://imex.online/passwordreset",
|
||||
url: "https://romeonline.io/passwordreset",
|
||||
});
|
||||
|
||||
yield put(sendPasswordResetSuccess());
|
||||
|
||||
Reference in New Issue
Block a user