- Add cordova storage plugin

- Add plugin configuration
- Add storage set and get methods
This commit is contained in:
tiago.kayaya
2020-12-16 16:06:14 +01:00
parent 24c3facbf2
commit 2535921452
7 changed files with 24 additions and 23 deletions
+2 -2
View File
@@ -50,11 +50,11 @@ export class AuthService {
}
//Get user data from RocketChat
/* getUserData(){
getUserData(){
this.storageService.get(AuthConnstants.AUTH).then(res=>{
this.userData$.next(res);
})
} */
}
/* getProfile(){
this.storageService.get(AuthConnstants.PROFILE).then(res=>{