Skip to content

Commit

Permalink
Merge pull request #46 from ChangePlusPlusVandy/add-email-code-button
Browse files Browse the repository at this point in the history
added submit button to email code verification when registering account
  • Loading branch information
franklinhu88 authored Oct 20, 2024
2 parents a786ade + 5022afd commit 0fe3bca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/SignUpPage/SignUpPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ const SignUpPage = () => {
placeholder="Paste your 6-digit code here."
/>
</div>
<button type="submit">Submit Code</button>
</form>
</div>
)}
Expand Down

0 comments on commit 0fe3bca

Please sign in to comment.