@mjhls/mjh-framework 1.0.782-gating-test-v3 → 1.0.782-gating-test-v4

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/cjs/View.js CHANGED
@@ -682,7 +682,7 @@ var Button = function Button(props) {
682
682
  return React__default['default'].createElement(
683
683
  'button',
684
684
  _extends._extends({ onClick: function onClick() {
685
- return client.signIn(provider);
685
+ return client.signIn(provider, { callbackUrl: window.location.href });
686
686
  }, style: style }, props),
687
687
  children
688
688
  );
package/dist/esm/View.js CHANGED
@@ -672,7 +672,7 @@ var Button = function Button(props) {
672
672
  return React.createElement(
673
673
  'button',
674
674
  _extends({ onClick: function onClick() {
675
- return client.signIn(provider);
675
+ return client.signIn(provider, { callbackUrl: window.location.href });
676
676
  }, style: style }, props),
677
677
  children
678
678
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.782-gating-test-v3",
3
+ "version": "1.0.782-gating-test-v4",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",