removed div
This commit is contained in:
@@ -18,11 +18,7 @@ const ForgotPasswordView = () => {
|
|||||||
return 'Error with email, please contact support';
|
return 'Error with email, please contact support';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return (
|
return <ForgotPasswordForm onSubmit={handleSubmit} />;
|
||||||
<div>
|
|
||||||
<ForgotPasswordForm onSubmit={handleSubmit} />
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export default ForgotPasswordView;
|
export default ForgotPasswordView;
|
||||||
|
|||||||
Reference in New Issue
Block a user