@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/README.md +5 -5
- package/dist/esm/src/config/config.json.js +1 -1
- package/dist/js/okta-sign-in.classic.js +1 -1
- package/dist/js/okta-sign-in.classic.min.js +1 -1
- package/dist/js/okta-sign-in.js +1 -1
- package/dist/js/okta-sign-in.min.js +1 -1
- package/dist/js/okta-sign-in.next.js +2 -2
- package/dist/js/okta-sign-in.next.js.map +1 -1
- package/dist/js/okta-sign-in.next.no-polyfill.js +2 -2
- package/dist/js/okta-sign-in.next.no-polyfill.js.map +1 -1
- package/dist/js/okta-sign-in.no-polyfill.min.js +1 -1
- package/dist/js/okta-sign-in.oie.js +1 -1
- package/dist/js/okta-sign-in.oie.min.js +1 -1
- package/package.json +3 -3
- package/src/config/config.json +1 -1
- package/src/v3/src/transformer/main.ts +1 -1
- package/src/v3/transformer/main.ts +1 -1
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.
|
|
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": "
|
|
311
|
-
"fullVersion": "7.33.
|
|
310
|
+
"commitSha": "f31a63052599e5f46b2f1cda80398a395825789e",
|
|
311
|
+
"fullVersion": "7.33.1-gf31a630"
|
|
312
312
|
}
|
|
313
313
|
}
|
package/src/config/config.json
CHANGED
|
@@ -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
|
},
|