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
Split AuthBloc in two blocs. The first bloc is going to handle Authentication state, authenticated or unauthenticated and related events such as AuthEvent.authCheckRequested() and AuthEvent.signedOut(). The second bloc will handle authentication events such as: invite moderators, promote admins, verify user, etc.
The text was updated successfully, but these errors were encountered:
Split AuthBloc in two blocs. The first bloc is going to handle Authentication state,
authenticated
orunauthenticated
and related events such asAuthEvent.authCheckRequested()
andAuthEvent.signedOut()
. The second bloc will handle authentication events such as: invite moderators, promote admins, verify user, etc.The text was updated successfully, but these errors were encountered: