mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
- Add cordova storage plugin
- Add plugin configuration - Add storage set and get methods
This commit is contained in:
@@ -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=>{
|
||||
|
||||
Reference in New Issue
Block a user