@configuratorware/configurator-admingui 1.49.5 → 1.49.7

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.
@@ -117,6 +117,10 @@ var Login = exports.Login = /*#__PURE__*/function (_Component) {
117
117
  if (this.props.isLoggedIn) {
118
118
  this.props.logout();
119
119
  }
120
+ var query = new URLSearchParams(location.search);
121
+ if (query.has('_username')) {
122
+ this.setData('username', query.get('_username'));
123
+ }
120
124
  }
121
125
  }, {
122
126
  key: "render",
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@configuratorware/configurator-admingui",
3
- "version": "1.49.5",
3
+ "version": "1.49.7",
4
4
  "license": "UNLICENSED",
5
5
  "private": false,
6
6
  "dependencies": {
7
7
  "@babel/polyfill": "^7.12.1",
8
- "@configuratorware/scripts": "1.49.5",
8
+ "@configuratorware/scripts": "1.49.7",
9
9
  "@material-ui/core": "^3.9.4",
10
10
  "@material-ui/icons": "^3.0.2",
11
11
  "@tweenjs/tween.js": "^17.6.0",
@@ -28,7 +28,7 @@
28
28
  "react-redux-i18n": "^1.9.3",
29
29
  "react-router": "^3.2.6",
30
30
  "react-sortable-hoc": "^1.11.0",
31
- "redhotmagma-visualization": "1.49.5",
31
+ "redhotmagma-visualization": "1.49.7",
32
32
  "redux": "^4.1.0",
33
33
  "redux-logger": "^3.0.6",
34
34
  "redux-persist": "^5.10.0",