Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 740a489

Browse files
author
Parth Shah
committed
removing clone for now, although this causes another bug but save works
1 parent 923f550 commit 740a489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/settings/account-info/account-info.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
function activate() {
2222
processData();
23-
vm.userData = _.clone(userData, true);
23+
vm.userData = userData;
2424
UserService.getUserProfile({fields: 'credential'})
2525
.then(function(res) {
2626
vm.isSocialRegistrant = !res.credential.hasPassword;

0 commit comments

Comments
 (0)