@asgardeo/react 0.6.4 → 0.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.js CHANGED
@@ -7121,7 +7121,7 @@ var convertSimpleInputToComponent = (input, t) => {
7121
7121
  type: import_browser47.EmbeddedFlowComponentType.Input,
7122
7122
  variant,
7123
7123
  config: {
7124
- type: input.type,
7124
+ type: fieldType,
7125
7125
  label,
7126
7126
  placeholder,
7127
7127
  required: input.required,