resetAttempts method

void resetAttempts()

Reset attempts on successful verification.

Implementation

void resetAttempts() {
  _attempts = 0;
  _lockoutUntil = null;
}