LanceMcCarthy / MvpApi

An application for Microsoft MVPs to easily browse and upload contributions
MIT License
36 stars 10 forks source link

Logout needs to clear ProfileViewModel properties #56

Closed LanceMcCarthy closed 5 years ago

LanceMcCarthy commented 5 years ago

If you log out, the dialog will appear to confirm logout. However, the ProfilePage makes it appear the user is still signed in because the login/logout button (and all other profile related properties) still have the last values.

To fix this, complete the logout as previously done and confirm the following:

  1. Clear MVP object
  2. Clear profile picture
  3. Reset the button to Login