Skip to content

Commit

Permalink
fix(clerk-js): Change input type in userProfle email section
Browse files Browse the repository at this point in the history
  • Loading branch information
raptisj committed Aug 11, 2023
1 parent 1e117be commit 86b49c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/slow-chicken-suffer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const EmailPage = withCardStateProvider(() => {
});

const emailField = useFormControl('emailAddress', '', {
type: 'text',
type: 'email',
label: localizationKeys('formFieldLabel__emailAddress'),
placeholder: localizationKeys('formFieldInputPlaceholder__emailAddress'),
isRequired: true,
Expand Down

0 comments on commit 86b49c1

Please sign in to comment.