@topconsultnpm/sdkui-react-beta 6.8.13 → 6.8.15

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.
@@ -322,7 +322,6 @@ export const TMLoginItemTemplate = (props) => {
322
322
  return validationsArray;
323
323
  };
324
324
  const getAuthenticationModeTranslation = (authenticationMode) => {
325
- console.log("authenticationMode", authenticationMode);
326
325
  switch (authenticationMode) {
327
326
  case AuthenticationModes.Windows:
328
327
  return AuthenticationModes.Windows;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.8.13",
3
+ "version": "6.8.15",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",