@tightrope-dev/link-component 0.1.0 → 0.1.2
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 +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -2752,7 +2752,7 @@ function Ot({
|
|
|
2752
2752
|
Pe(() => {
|
|
2753
2753
|
(async () => {
|
|
2754
2754
|
try {
|
|
2755
|
-
const x = `${t}/
|
|
2755
|
+
const x = `${t}/integration_methods`, v = await fetch(x);
|
|
2756
2756
|
if (!v.ok)
|
|
2757
2757
|
throw new Error(`Failed to fetch integrations: ${v.status}`);
|
|
2758
2758
|
const S = await v.json();
|
|
@@ -2791,7 +2791,7 @@ function Ot({
|
|
|
2791
2791
|
}
|
|
2792
2792
|
try {
|
|
2793
2793
|
R(!0), P(null);
|
|
2794
|
-
const v = `${t}/
|
|
2794
|
+
const v = `${t}/linked_account_credentials`, S = await fetch(v, {
|
|
2795
2795
|
method: "POST",
|
|
2796
2796
|
headers: {
|
|
2797
2797
|
"Content-Type": "application/json"
|