css
Some checks failed
Tests / PHP 8.2 (push) Has been cancelled
Tests / PHP 8.3 (push) Has been cancelled
Tests / PHP 8.4 (push) Has been cancelled

This commit is contained in:
zhongjy001
2026-02-14 02:28:10 +08:00
parent a16d73af0a
commit 4c9790d140
5 changed files with 1212 additions and 1213 deletions

View File

@@ -156,6 +156,6 @@ class AuthController extends Controller
private function loginRateLimiterKey(Request $request, string $username): string
{
return Str::lower($username).'|'.$request->ip();
return Str::lower($username) . '|' . $request->ip();
}
}