Many changes

Edit event
This commit is contained in:
Tiago Kayaya
2020-11-24 13:46:13 +01:00
parent 4d841e765a
commit 835b0169b6
26 changed files with 880 additions and 84 deletions
+6
View File
@@ -62,6 +62,12 @@ export class AuthService {
})
}
getProfile(){
this.storageService.get(AuthConnstants.PROFILE).then(res=>{
return res;
});
}
logoutChat(){
//this.storageService.clear();
this.storageService.removeStorageItem(AuthConnstants.AUTH).then(res =>{