@okta/okta-signin-widget 7.33.0 → 7.33.1

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "private": false,
3
3
  "name": "@okta/okta-signin-widget",
4
4
  "description": "The Okta Sign-In Widget",
5
- "version": "7.33.0",
5
+ "version": "7.33.1",
6
6
  "homepage": "https://github.com/okta/okta-signin-widget",
7
7
  "license": "Apache-2.0",
8
8
  "repository": {
@@ -307,7 +307,7 @@
307
307
  "workerDirectory": "playground"
308
308
  },
309
309
  "okta": {
310
- "commitSha": "7331709ff6879556bbeac13927b5aefefacf5f4c",
311
- "fullVersion": "7.33.0-g7331709"
310
+ "commitSha": "f31a63052599e5f46b2f1cda80398a395825789e",
311
+ "fullVersion": "7.33.1-gf31a630"
312
312
  }
313
313
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "defaultLanguage": "en",
3
- "version": "7.33.0",
3
+ "version": "7.33.1",
4
4
  "supportedLanguages": [
5
5
  "en",
6
6
  "cs",
@@ -63,7 +63,7 @@ export const transformIdxTransaction = (options: TransformationOptions): FormBag
63
63
  },
64
64
  data: {},
65
65
  dataSchema: {
66
- fieldsToTrim: [],
66
+ fieldsToTrim: ['identifier'], // always trim all the identifier input
67
67
  fieldsToValidate: [],
68
68
  fieldsToExclude: () => ([]),
69
69
  },
@@ -63,7 +63,7 @@ export const transformIdxTransaction = (options: TransformationOptions): FormBag
63
63
  },
64
64
  data: {},
65
65
  dataSchema: {
66
- fieldsToTrim: [],
66
+ fieldsToTrim: ['identifier'], // always trim all the identifier input
67
67
  fieldsToValidate: [],
68
68
  fieldsToExclude: () => ([]),
69
69
  },