chore: review comments

This commit is contained in:
Stavros
2026-03-29 19:38:59 +03:00
parent 15a3753622
commit b60e546ecd
6 changed files with 9 additions and 9 deletions

View File

@@ -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()
}