@mxenabled/connect-widget 2.9.0 → 2.10.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.es.js +2 -3
- package/dist/index.es.js.map +1 -1
- package/dist/lastBuild.txt +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -71583,7 +71583,6 @@ const defaultApiValue = {
|
|
|
71583
71583
|
//OAuth
|
|
71584
71584
|
loadOAuthState: () => Promise.resolve({}),
|
|
71585
71585
|
loadOAuthStates: () => Promise.resolve([]),
|
|
71586
|
-
getOAuthWindowURI: () => Promise.resolve({}),
|
|
71587
71586
|
oAuthStart: () => Promise.resolve(),
|
|
71588
71587
|
// Support
|
|
71589
71588
|
createSupportTicket: () => Promise.resolve(),
|
|
@@ -76702,7 +76701,7 @@ const OAuthStep = React__default.forwardRef((props, navigationRef) => {
|
|
|
76702
76701
|
if (!isStartingOauth) return () => {
|
|
76703
76702
|
};
|
|
76704
76703
|
let member$;
|
|
76705
|
-
if (member && member.is_oauth) {
|
|
76704
|
+
if (member && member.is_oauth && api.getOAuthWindowURI) {
|
|
76706
76705
|
member$ = of(member);
|
|
76707
76706
|
} else if (pendingOauthMember) {
|
|
76708
76707
|
member$ = of(pendingOauthMember);
|
|
@@ -78394,7 +78393,7 @@ const Connecting = (props) => {
|
|
|
78394
78393
|
] }) }),
|
|
78395
78394
|
/* @__PURE__ */ jsxRuntimeExports.jsx(AriaLive, { level: "assertive", message, timeout: 500 })
|
|
78396
78395
|
] }),
|
|
78397
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { style: styles.footer, children: /* @__PURE__ */ jsxRuntimeExports.jsx(PoweredByFooter, {}) })
|
|
78396
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { style: styles.footer, children: /* @__PURE__ */ jsxRuntimeExports.jsx(PoweredByFooter, { aggregator: institution.aggregatorDisplayName }) })
|
|
78398
78397
|
] });
|
|
78399
78398
|
};
|
|
78400
78399
|
const getStyles$E = (tokens) => ({
|