Skip to content

Commit

Permalink
hotfix: revert length testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Soxasora committed Jan 29, 2025
1 parent a8b8102 commit 8e85606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/email.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const MagicCodeForm = ({ onSubmit, disabled }) => {
}}
>
<MultiInput
length={8}
length={6}
charLength={1}
name='token'
required
Expand Down

0 comments on commit 8e85606

Please sign in to comment.