File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/content/docs/workflows/example-workflows Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,13 +103,13 @@ Example
103
103
` ` ` jsx
104
104
const isMinCharacters = context .auth .firstPassword .length >= 50 ;
105
105
106
- kinde .widget .invalidateFormField (" p_password_1 " , " Provide a password at least 50 characters long" );
106
+ kinde .widget .invalidateFormField (" p_first_password " , " Provide a password at least 50 characters long" );
107
107
108
108
` ` `
109
109
110
110
The field names for this workflow are
111
111
112
112
| Field name | Description |
113
113
| --- | --- |
114
- | ` p_password_1 ` | The first password field |
115
- | ` p_password_2 ` | The second password field, typically to check it matches the first to help prevent typos |
114
+ | ` p_first_password ` | The first password field |
115
+ | ` p_second_password ` | The second password field, typically to check it matches the first to help prevent typos |
You can’t perform that action at this time.
0 commit comments