mirror of
https://github.com/fatedier/frp.git
synced 2024-12-22 22:45:06 +07:00
227 B
227 B
Fixes
- frpc: Return code 1 when the first login attempt fails and exits.
- When auth.method is
oidc
and auth.additionalScopes containsHeartBeats
, if obtaining AccessToken fails, the application will be unresponsive.