Merge branch 'feature/websocket' of https://bitbucket.org/equilibriumito/gabinete-digital into feature/websocket

This commit is contained in:
tiago.kayaya
2022-01-12 11:57:19 +01:00
12 changed files with 51 additions and 49 deletions
+4 -2
View File
@@ -43,7 +43,8 @@ export class AuthService {
this.ValidatedUser = SessionStore.user
console.log('login', SessionStore.user.RochetChatUser, SessionStore.user.Password)
/* this.RocketChatClientService.connect(()=>{
this.RocketChatClientService.connect(()=>{
this.RocketChatClientService.login({
username: SessionStore.user.RochetChatUser,
password: SessionStore.user.Password
@@ -52,7 +53,8 @@ export class AuthService {
}).catch((message)=>{
console.log('rocket chat login failed', message)
})
}) */
})
}