Bug before presentation solved

This commit is contained in:
Eudes Inácio
2024-02-01 10:41:41 +01:00
parent ca99a6155b
commit da2c3252fd
4 changed files with 22 additions and 10 deletions
+2 -2
View File
@@ -370,7 +370,7 @@ export class ChatService {
async refreshtoken() {
/* if(this.headers && SessionStore.user.ChatData) {
if(this.headers && SessionStore.user.ChatData) {
this.headers = this.headers.set('Authorization', 'Bearer ' + SessionStore.user.Authorization);
let options = {
headers: this.headers
@@ -423,7 +423,7 @@ export class ChatService {
} else if (!this.headers) {
this.setheader()
this.refreshtoken()
} */
}
}