@aws-amplify/core 6.0.1-unstable.04fd02c.0 → 6.0.1-unstable.20e9a79.0

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.
@@ -1 +1 @@
1
- export declare const version = "6.0.1-unstable.04fd02c.0+04fd02c";
1
+ export declare const version = "6.0.1-unstable.20e9a79.0+20e9a79";
@@ -2,4 +2,4 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
4
  // generated by genversion
5
- exports.version = '6.0.1-unstable.04fd02c.0+04fd02c';
5
+ exports.version = '6.0.1-unstable.20e9a79.0+20e9a79';
@@ -200,7 +200,7 @@ const parseAWSExports = (config = {}) => {
200
200
  return amplifyConfig;
201
201
  };
202
202
  exports.parseAWSExports = parseAWSExports;
203
- const getRedirectUrl = (redirectStr) => redirectStr.split(',');
203
+ const getRedirectUrl = (redirectStr) => redirectStr?.split(',') ?? [];
204
204
  const getOAuthConfig = ({ domain, scope, redirectSignIn, redirectSignOut, responseType, }) => ({
205
205
  domain,
206
206
  scopes: scope,