Trying to restore an account but not finishing up the process yields redis:nil error upon refresh
1 unresolved thread
Merge request reports
Activity
Filter activity
added needs review label
@igor.markin @sasha.ilieva Could you review?
Oh, good question.
@gospodin.bodurov Could you remind who can do the review in that VCL project?
@alexey.lunin me, @damyan.mitev and @viktor.popov
added reviewed label
1742 1742 delete executeResult.data["Uuid"]; 1743 1743 delete executeResult.data["Session"]; 1744 1744 getProfileData(loginIdentity).then(executeResult1 => { 1745 result(executeResult); 1745 setIdentityInLocalStorage(loginIdentity).then(() => { 1746 result(executeResult); Are you sure this should be executeResult and not executeResult1? Also consider proper naming, may be something like 'setIdentityResult' or similar.
Other than that I'm ok with the change.
Edited by Viktor Popovchanged this line in version 2 of the diff
removed needs review label
assigned to @gospodin.bodurov
mentioned in commit 2b9b13a2