register + deletions + image request changes
This commit is contained in:
@@ -21,7 +21,8 @@ export const Register = () => {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<h1>Register page</h1>
|
||||
<h1>Register page</h1>
|
||||
<p>Password must include a capital letter, a digit and a symbol</p>
|
||||
{error && <p className="text-red-500">{error}</p>}
|
||||
<form onSubmit={onSubmit}>
|
||||
<input
|
||||
|
Reference in New Issue
Block a user