refactor: use new cache store in services (#912)

This commit is contained in:
Stavros
2026-05-31 18:55:06 +03:00
committed by GitHub
parent 940ba6dff7
commit dac844595d
6 changed files with 721 additions and 193 deletions
+1 -1
View File
@@ -422,7 +422,7 @@ func TestUserController(t *testing.T) {
beforeEach := func() {
// Clear failed login attempts before each test
authService.ClearRateLimitsTestingOnly()
authService.ClearLoginAttempts()
}
for _, test := range tests {