Skip to content

Commit

Permalink
Add default feature to typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
amitbadala committed Nov 6, 2023
1 parent 85f48d9 commit a9b657b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/with-typescript/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,13 @@ function getEmailPasswordConfigs() {
signInAndUpFeature: {
signInForm: {
style: theme.style,
formFields: [
{
id: "email",
label: "Email",
getDefaultValue: () => "[email protected]",
},
],
},
signUpForm: {
style: theme.style,
Expand Down

0 comments on commit a9b657b

Please sign in to comment.