fix chat and remove guid extension

This commit is contained in:
Peter Maquiran
2024-02-01 08:25:31 +01:00
parent 793c861cbf
commit e21e5da7e5
3 changed files with 24 additions and 15 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()
} */
}
}