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

Changing email causes discrepancy between frontend and backend #27

Open
dongcarl opened this issue May 10, 2019 · 1 comment
Open

Changing email causes discrepancy between frontend and backend #27

dongcarl opened this issue May 10, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@dongcarl
Copy link
Collaborator

Steps to reproduce:

  1. Go to "Config" tab of profile page
  2. Change email
  3. Hit submit
  4. Click on another tab
  5. Go back to "Config" tab
  6. Email appears to be unchanged
  7. Reload page
  8. Email appears to be changed

Expected behavior:

  1. Go to "Config" tab of profile page
  2. Change email
  3. Hit submit
  4. Click on another tab
  5. Go back to "Config" tab
  6. Email appears to be changed
  7. Reload page
  8. Email appears to be changed
@dongcarl dongcarl added the bug Something isn't working label May 10, 2019
@wbobeirne
Copy link
Member

Ah yeah this is related to #17, there isn't really a proper data store for this stuff so cache invalidation is a pain in the butt on the frontend. I'll fix this by just re-requesting fresh user info each time until that gets worked out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants