This commit is contained in:
tiago.kayaya
2022-01-14 14:22:31 +01:00
parent 3bf00c889f
commit d718d0e3a9
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ export class AuthService {
this.WsChatService.connect();
this.WsChatService.login().then((message) => {
console.log('rocket chat login successfully', message)
this.WsChatService.setStatus('online')
this.WsChatService.setStatus('busy')
}).catch((message)=>{
console.log('rocket chat login failed', message)
})