@topconsultnpm/sdkui-react-beta 6.8.11 → 6.8.13

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,13 +322,14 @@ export const TMLoginItemTemplate = (props) => {
322
322
  return validationsArray;
323
323
  };
324
324
  const getAuthenticationModeTranslation = (authenticationMode) => {
325
+ console.log("authenticationMode", authenticationMode);
325
326
  switch (authenticationMode) {
326
327
  case AuthenticationModes.Windows:
327
328
  return AuthenticationModes.Windows;
328
- case AuthenticationModes.WindowsWithAlternativeCredentials:
329
+ case AuthenticationModes.WindowsThroughTopMedia:
329
330
  return SDKUI_Localizator.AuthMode_WindowsViaTopMedia;
330
331
  case AuthenticationModes.TopMediaOnBehalfOf:
331
- return SDKUI_Localizator.AuthMode_WindowsViaTopMedia;
332
+ return SDKUI_Localizator.AuthMode_OnBehalfOf;
332
333
  default:
333
334
  return authenticationMode;
334
335
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.8.11",
3
+ "version": "6.8.13",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",