mirror of
https://github.com/fatedier/frp.git
synced 2025-01-22 09:32:07 +00: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.