@topconsultnpm/sdkui-react-beta 6.7.138 → 6.7.140

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.
@@ -802,7 +802,7 @@ const TMLoginForm = (props) => {
802
802
  catch (e) {
803
803
  // Login failed
804
804
  console.log("Login failed. Please check your username and password.");
805
- return TMExceptionBoxManager.show({ exception: e });
805
+ // return TMExceptionBoxManager.show({ exception: e })
806
806
  }
807
807
  finally {
808
808
  TMSpinner.hide();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.7.138",
3
+ "version": "6.7.140",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",