@chat21/chat21-ionic 3.4.19 → 3.4.20

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.
package/CHANGELOG.md CHANGED
@@ -8,6 +8,8 @@
8
8
  ### **Copyrigth**:
9
9
  *Tiledesk SRL*
10
10
 
11
+ # 3.4.20 in PROD
12
+
11
13
  # 3.4.19 in PROD
12
14
 
13
15
  # 3.4.19-rc3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@chat21/chat21-ionic",
3
3
  "author": "Tiledesk SRL",
4
- "version": "3.4.19",
4
+ "version": "3.4.20",
5
5
  "license": "MIT License",
6
6
  "homepage": "https://tiledesk.com/",
7
7
  "repository": {
@@ -1242,9 +1242,9 @@ export class AppComponent implements OnInit {
1242
1242
  }
1243
1243
 
1244
1244
  goToDashboardLogin(){
1245
- // let DASHBOARD_URL = this.appConfigProvider.getConfig().dashboardUrl + '#/login'
1246
- // const myWindow = window.open(DASHBOARD_URL, '_self');
1247
- // myWindow.focus();
1245
+ let DASHBOARD_URL = this.appConfigProvider.getConfig().dashboardUrl + '#/login'
1246
+ const myWindow = window.open(DASHBOARD_URL, '_self');
1247
+ myWindow.focus();
1248
1248
  }
1249
1249
 
1250
1250