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
Reset showEmailSignup before each season begins if the user explicitly dismissed it the previous season.
Instead of persisting a bool, we can persist the subscribed user's email and the time the user dismissed the prompt. Before each season starts, we should check time to see if the dismissal was explicitly triggered by user and not a subscription and if so clear dismissal time.
The text was updated successfully, but these errors were encountered:
Reset
showEmailSignup
before each season begins if the user explicitly dismissed it the previous season.Instead of persisting a bool, we can persist the subscribed user's email and the time the user dismissed the prompt. Before each season starts, we should check time to see if the dismissal was explicitly triggered by user and not a subscription and if so clear dismissal time.
The text was updated successfully, but these errors were encountered: