feat:Fixed all the UI Pages
This commit is contained in:
@@ -14,7 +14,7 @@ const ResetPassword = () => {
|
||||
|
||||
const { token } = useParams();
|
||||
|
||||
// console.log("So our Token is : ", token);
|
||||
|
||||
|
||||
const handleResetPassword = async (event) => {
|
||||
event.preventDefault();
|
||||
@@ -41,7 +41,7 @@ const ResetPassword = () => {
|
||||
|
||||
const data = await responce.json();
|
||||
|
||||
//console.log("Status of the Reset password", data);
|
||||
|
||||
|
||||
if (data.success === true) {
|
||||
navigate("/user/login");
|
||||
|
||||
Reference in New Issue
Block a user