mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
save
This commit is contained in:
@@ -13,7 +13,7 @@ import { Storage } from '@ionic/storage';
|
||||
}
|
||||
|
||||
// Get the value
|
||||
async get(user: any) {
|
||||
async get() {
|
||||
const ret = await this.storage.get('user').then(res=>{
|
||||
return JSON.parse(unescape(atob(ret.value)));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user