@agilemotion/oui-react-js 1.7.4 → 1.7.5

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.
@@ -71,7 +71,7 @@ const InteractionPortalApp = props => {
71
71
  }), /*#__PURE__*/_react.default.createElement(_reactRouterDom.Route, {
72
72
  path: "/forgot-password",
73
73
  element: /*#__PURE__*/_react.default.createElement(_ForgotPasswordBasic.default, {
74
- url: location + props.contextRoot + props.authUrl + "/password/forgot",
74
+ url: location + props.contextRoot + props.implConfig.authUrl + "/password/forgot",
75
75
  background: 'rgba(0, 0, 0, 0.65)',
76
76
  textColor: props.implConfig.loginTextColor,
77
77
  footerLogo: props.implConfig.footerLogo,
@@ -86,7 +86,7 @@ const InteractionPortalApp = props => {
86
86
  exact: true,
87
87
  path: "/reset-password",
88
88
  element: /*#__PURE__*/_react.default.createElement(_ResetPasswordBasic.default, {
89
- url: location + props.contextRoot + props.authUrl + "/password/confirmForgot",
89
+ url: location + props.contextRoot + props.implConfig.authUrl + "/password/confirmForgot",
90
90
  background: 'rgba(0, 0, 0, 0.65)',
91
91
  textColor: props.implConfig.loginTextColor,
92
92
  footerLogo: props.implConfig.footerLogo,
@@ -101,7 +101,7 @@ const InteractionPortalApp = props => {
101
101
  exact: true,
102
102
  path: "/change-password",
103
103
  element: /*#__PURE__*/_react.default.createElement(_ChangePasswordBasic.default, {
104
- url: location + props.contextRoot + props.authUrl + "/password/challenge",
104
+ url: location + props.contextRoot + props.implConfig.authUrl + "/password/challenge",
105
105
  background: 'rgba(0, 0, 0, 0.65)',
106
106
  textColor: props.implConfig.loginTextColor,
107
107
  footerLogo: props.implConfig.footerLogo,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agilemotion/oui-react-js",
3
- "version": "1.7.4",
3
+ "version": "1.7.5",
4
4
  "files": [
5
5
  "dist"
6
6
  ],