Skip to content

Commit

Permalink
fix(*): handle errors with register
Browse files Browse the repository at this point in the history
  • Loading branch information
HoseaCodes committed Feb 19, 2024
1 parent f6e0bae commit 7ed9b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/Auth/register.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ const Register = () => {
<h2>Register</h2>
</div>
<div className="row login-row">
<form onSubmit={registerSubmit} className="form-group">
<form onSubmit={registerSubmit} className="">
<div className="row login-row">
<input
className="form__input"
Expand Down

0 comments on commit 7ed9b75

Please sign in to comment.