resetAuthFailureGuard function

void resetAuthFailureGuard()

Reset the global auth failure guard after a successful login.

Implementation

void resetAuthFailureGuard() => _globalAuthFailureFired = false;