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
fix(authentication): cancel cooldown timer when starting a new one
- Add _cooldownTimer field to store the timer reference
- Cancel existing timer before starting a new one to prevent memory leaks
- Update timer initialization to use the new _cooldownTimer field
- Ensure timer is cancelled when the bloc is closed
0 commit comments