Skip to content
Snippets Groups Projects

Trying to restore an account but not finishing up the process yields redis:nil error upon refresh

Merged Alexey Lunin requested to merge 303-recover-account-nil into master
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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);
  • Alexey Lunin added 1 commit

    added 1 commit

    • 8835e8c8 - Change callback function name

    Compare with previous version

  • Viktor Popov added 1 deleted label

    added 1 deleted label

  • removed needs review label

  • Can be merged.

  • mentioned in commit 2b9b13a2

  • Please register or sign in to reply
    Loading