auto login chat

This commit is contained in:
tiago.kayaya
2022-02-08 14:22:32 +01:00
parent 7237d90653
commit e86b7749c5
8 changed files with 31 additions and 33 deletions
@@ -84,7 +84,6 @@ export class SetRoomOwnerPage implements OnInit {
}
this.chatService.addGroupOwner(body).subscribe((res)=>{
alert('here');
console.log(res);
this.close();
this.toastService._successMessage('Operação realizada com sucesso');