@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.
|
|
329
|
+
case AuthenticationModes.WindowsThroughTopMedia:
|
|
329
330
|
return SDKUI_Localizator.AuthMode_WindowsViaTopMedia;
|
|
330
331
|
case AuthenticationModes.TopMediaOnBehalfOf:
|
|
331
|
-
return SDKUI_Localizator.
|
|
332
|
+
return SDKUI_Localizator.AuthMode_OnBehalfOf;
|
|
332
333
|
default:
|
|
333
334
|
return authenticationMode;
|
|
334
335
|
}
|