Commit 8d6511ef by Adarsh K

Merge branch 'adarsh' into 'master'

nearby See merge request !60
parents 4bfc277f 750e882b
......@@ -74,7 +74,7 @@ export class UpdateService {
this.service
.set('userData', JSON.stringify(updateOldData))
.then(res => {
this.subject.sendUserData(JSON.stringify());
this.subject.sendUserData(JSON.stringify(updateOldData));
console.log('success', updateOldData, res);
this.service
.showToast('Profile updated!', 'top', 'my-toast', 1000)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment