@topconsultnpm/sdkui-react-beta 6.10.1 → 6.10.2

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.
@@ -32,7 +32,6 @@ interface ITMLoginFormProps {
32
32
  onChangeLanguage?: (e: CultureIDs) => void;
33
33
  cultureID?: CultureIDs;
34
34
  saveLoginHistoryToLocalStorage?: boolean;
35
- source?: string;
36
35
  }
37
36
  export declare const cultureIDsDataSource: {
38
37
  value: CultureIDs;
@@ -741,9 +741,6 @@ const TMLoginForm = (props) => {
741
741
  }
742
742
  };
743
743
  async function login() {
744
- if (props.source === 'connector') {
745
- console.log('src: ', 'connect');
746
- }
747
744
  TMSpinner.show({ description: '' });
748
745
  try {
749
746
  const sdInput = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.10.1",
3
+ "version": "6.10.2",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",