fix: address logic error in user authentication flow
Some checks failed
CI / build-and-test (push) Failing after -31m47s
Some checks failed
CI / build-and-test (push) Failing after -31m47s
* Corrected condition for user role validation * Improved error handling for failed login attempts
This commit is contained in:
@@ -25,8 +25,8 @@ auth:
|
||||
oauth:
|
||||
clients:
|
||||
- id: "oauth-client"
|
||||
client_id: ""
|
||||
client_secret: ""
|
||||
client_id: "test_aab32200464910ab697efbd760e7ed2c"
|
||||
client_secret: "test_135369559a422b4b93fcb534a4aed2c9"
|
||||
description: "used when auth.mode=oauth_client_credentials"
|
||||
|
||||
database:
|
||||
|
||||
Reference in New Issue
Block a user