@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;
|