make email not required for codes
This commit is contained in:
parent
d1288b8e69
commit
ca2d377fc4
1 changed files with 0 additions and 1 deletions
|
@ -201,7 +201,6 @@ export default function SignupCodesManagementPage({ authService }: SignupCodesMa
|
|||
value={email}
|
||||
onChange={(e) => setEmail(e.target.value)}
|
||||
className="w-full px-3 py-2 border border-gray-300 rounded-md"
|
||||
required
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue