show already selected members of the group chat

- filter list of available members to group chat
This commit is contained in:
tiago.kayaya
2021-01-26 11:03:00 +01:00
parent c1494c70a7
commit 0ef5b6628a
8 changed files with 58 additions and 31 deletions
+2
View File
@@ -63,6 +63,8 @@ export class AuthService {
//Login to rocketChat server
loginChat(postData: any):Observable<any> {
console.log(postData);
return this.httpService.post('login', postData);
}