Structed / godot-playfab

A Godot Engine addon/SDK to interface with Azure PlayFab - playfab.com
MIT License
124 stars 14 forks source link

Example Scene: stay_logged_in reset to false at the bad moment #131

Open TheDedemon opened 9 months ago

TheDedemon commented 9 months ago

Versions:

Steps to reproduce:

  1. Launch the example scenes
  2. Check the _stay_loggedin toggle
  3. Login (email or anonymous)
  4. Logout
  5. _At this moment, the stay_logged_in is still checked_
  6. Login again (email or anonymous)
  7. Back to main menu
  8. Select Login
  9. _The stay_logged_in is unchecked and you are not in the loggedIn state knowing that you didn't logout the second time_

Expected Behaviour