Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recovery methods show up even when it's not profile owned by wallet #580

Closed
vgrichina opened this issue May 14, 2020 · 1 comment · Fixed by #534
Closed

Recovery methods show up even when it's not profile owned by wallet #580

vgrichina opened this issue May 14, 2020 · 1 comment · Fixed by #534
Assignees
Labels
Bug Something is not working as it should

Comments

@vgrichina
Copy link
Contributor

Try opening e.g. https://wallet.testnet.near.org/profile/vg
Unless you own this account there should be no Recovery methods component, but it shows up.

@marcinbodnar
Copy link
Contributor

It needed some refactoring because RecoveryContainer was connected to redux, but it was still taking recovery methods as props from the Profile component, which was a bit unnecessary. Also since we can't fetch recovery methods for an external account I removed accountId param for loadRecoveryMethods action.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something is not working as it should
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants