lbry-desktop/ui/component/headerProfileMenuButton
infinite-persistence a4d2c6b0a6
Fix: account header doesn't refresh on sign up / log in (#629)
## Issue
Closes 627 account header doesn't refresh on sign up / log in

## Changes
Looking back at "[Header] Changes, fixes and improvements (#493)", noticed that old code was looking at `has_verified_email` instead of just checking whether an email exists. So, restored original code.

This does have a side-effect of the Logout button not showing any email address underneath it immediately after sign up (with the flow cancelled). But I vaguely recall it was that way previously. A refresh cleans it up.

Perhaps another `user/me` when leaving the Sign Up page can make everything in sync, but this PR simpler to test.
2022-01-05 21:56:17 -05:00
..
index.js Fix: account header doesn't refresh on sign up / log in (#629) 2022-01-05 21:56:17 -05:00
view.jsx Fix: account header doesn't refresh on sign up / log in (#629) 2022-01-05 21:56:17 -05:00