Skip to content

Commit

Permalink
### 3.2.3-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Apr 2, 2024
1 parent 447e21b commit dc356a4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# chat21-ionic ver 3.0

### 3.2.3-rc.1
- added: redirect to dashboard Login page in case of login error
- added: condition for docs

### 3.2.2 in PROD
- bug-fixed: unassigned url not logged-in as well

### 3.2.2-rc.1
- bug-fixed: unassigned url not logged-in as well

### 3.2.1 in PROD
- bug-fixed: cannot read property of undefined reading logger.error into brand-service.ts

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chat21/chat21-ionic",
"author": "Tiledesk SRL",
"version": "3.2.2",
"version": "3.2.3-rc.1",
"license": "MIT License",
"homepage": "https://tiledesk.com/",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1220,8 +1220,8 @@ export class AppComponent implements OnInit {

goToDashboardLogin(){
let DASHBOARD_URL = this.appConfigProvider.getConfig().dashboardUrl + '#/login'
// const myWindow = window.open(DASHBOARD_URL, '_self');
// myWindow.focus();
const myWindow = window.open(DASHBOARD_URL, '_self');
myWindow.focus();
}


Expand Down

0 comments on commit dc356a4

Please sign in to comment.