mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-03-31 02:47:56 +00:00
chore: review comments
This commit is contained in:
@@ -801,5 +801,5 @@ func (auth *AuthService) lockdownMode() {
|
||||
func (auth *AuthService) ClearRateLimitsTestingOnly() {
|
||||
auth.loginMutex.Lock()
|
||||
auth.loginAttempts = make(map[string]*LoginAttempt)
|
||||
auth.loginMutex.Unlock()
|
||||
auth.loginMutex.Unlock()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user