mirror of
https://github.com/fatedier/frp.git
synced 2024-11-24 02:59:19 +08: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.