feat : In home page "get statement" worked.
feat : After 5 minutes session timeout automatically. feat: realtime otp feature up
This commit is contained in:
@@ -184,6 +184,7 @@ export default function ChangePassword() {
|
||||
color: "red",
|
||||
autoClose: false,
|
||||
});
|
||||
resetForm();
|
||||
} else {
|
||||
notifications.show({
|
||||
title: "Success",
|
||||
@@ -199,6 +200,7 @@ export default function ChangePassword() {
|
||||
message: err.message || "Server error, please try again later",
|
||||
color: "red",
|
||||
});
|
||||
resetForm();
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user