You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the user entered some info before clicking the pretest button, their info will disappear when the pretest ends as the app controller instantiates a new LoginView.
I should use grid_remove to keep the info alive (I might have to move the AppView show/close logic to the AppController)
The text was updated successfully, but these errors were encountered:
If the user entered some info before clicking the pretest button, their info will disappear when the pretest ends as the app controller instantiates a new
LoginView
.I should use
grid_remove
to keep the info alive (I might have to move theAppView
show/close logic to theAppController
)The text was updated successfully, but these errors were encountered: