@topconsultnpm/sdkui-react-beta 6.8.11 → 6.8.12

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.
@@ -325,7 +325,7 @@ export const TMLoginItemTemplate = (props) => {
325
325
  switch (authenticationMode) {
326
326
  case AuthenticationModes.Windows:
327
327
  return AuthenticationModes.Windows;
328
- case AuthenticationModes.WindowsWithAlternativeCredentials:
328
+ case AuthenticationModes.WindowsThroughTopMedia:
329
329
  return SDKUI_Localizator.AuthMode_WindowsViaTopMedia;
330
330
  case AuthenticationModes.TopMediaOnBehalfOf:
331
331
  return SDKUI_Localizator.AuthMode_WindowsViaTopMedia;
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.12",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",