Skip to content

Conversation

@obany
Copy link
Contributor

@obany obany commented Mar 16, 2021

Description of change

Tidies up the signup details on completing the process.
Also only show the account loading busy popup if logged in

Links to any relevant issues

Fixes #359 and #456

Type of change

  • Bug fix (a non-breaking change which fixes an issue)

How the change has been tested

Tested on windows

Change checklist

Add an x to the boxes that are relevant to your changes, and delete any items that are not.

  • I have followed the contribution guidelines for this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

* Log in to the current profile
*/
export const login = () => {
cleanupSignup()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to clear these on every login?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have moved it to be called alongside the login for the signup flow.

@cvarley100 cvarley100 merged commit bf27066 into develop Mar 17, 2021
@cvarley100 cvarley100 deleted the fix/duplicate-mnemonic branch March 17, 2021 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sometimes same recovery phrase for 2 consecutively created profiles

3 participants