You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This install dependencies only when you make a target that needs it.
This also removes the check that certain system dependencies (e.g. go)
are installed. Instead, we simply let the target fail. This ensures we
only test for the desired dependencies.
Fixesory#1912
Describe the bug
Currently, logs error when user cancels login/consent.
I think this is not error because it's not unexpected.
Reproducing the bug
Steps to reproduce the behavior:
Server logs
This is public hydra server logs after cancel login.
In production, of course, debug log at line 3 is not appeared.
Expected behavior
Don't log error because this is user's intentional action.
Environment
Additional context
Related source codes are here.
Handler
hydra/oauth2/handler.go
Lines 630 to 638 in 4bfbddb
Login cancel
hydra/consent/strategy_default.go
Lines 343 to 346 in 8967b9c
Consent cancel
hydra/consent/strategy_default.go
Lines 582 to 585 in 8967b9c
The text was updated successfully, but these errors were encountered: