@aws-amplify/ui-vue 4.3.8 → 4.4.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/dist/index.cjs +1 -1
- package/dist/index.js +8 -7
- package/dist/style.css +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -8008,14 +8008,15 @@ function Zb({ services: e }) {
|
|
|
8008
8008
|
// destructure and toss UI confirm_password field
|
|
8009
8009
|
// to prevent error from sending to confirmSignIn
|
|
8010
8010
|
confirm_password: i,
|
|
8011
|
-
|
|
8012
|
-
|
|
8013
|
-
|
|
8014
|
-
|
|
8015
|
-
|
|
8011
|
+
username: a,
|
|
8012
|
+
...s
|
|
8013
|
+
} = t, l;
|
|
8014
|
+
return r && (l = `${o}${r}`.replace(/[^A-Z0-9+]/gi, ""), s = {
|
|
8015
|
+
...s,
|
|
8016
|
+
phone_number: l
|
|
8016
8017
|
}), _i({
|
|
8017
8018
|
challengeResponse: n,
|
|
8018
|
-
options: { userAttributes:
|
|
8019
|
+
options: { userAttributes: s }
|
|
8019
8020
|
});
|
|
8020
8021
|
},
|
|
8021
8022
|
signInWithRedirect(t, { data: n }) {
|
|
@@ -9941,7 +9942,7 @@ const YC = /* @__PURE__ */ Un(VC, [["render", KC]]), qC = ["tabindex", "aria-sel
|
|
|
9941
9942
|
role: "tab"
|
|
9942
9943
|
}, F(d(o)), 11, qC));
|
|
9943
9944
|
}
|
|
9944
|
-
}), ZC = "4.
|
|
9945
|
+
}), ZC = "4.4.1", QC = {};
|
|
9945
9946
|
function XC(e, t) {
|
|
9946
9947
|
return E(e.$slots, "textI", ne(re(e.$attrs)), () => [
|
|
9947
9948
|
z("span", Te(e.$attrs, { "data-amplify-text": "" }), [
|