Ver Fonte

fix: auth token bug (#1762)

Tank há 5 anos atrás
pai
commit
5a61fd84ad
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      models/auth/token.go

+ 1 - 1
models/auth/token.go

@@ -81,7 +81,7 @@ func (auth *TokenAuthSetterVerifier) SetPing(pingMsg *msg.Ping) error {
 }
 
 func (auth *TokenAuthSetterVerifier) SetNewWorkConn(newWorkConnMsg *msg.NewWorkConn) error {
-	if !auth.AuthenticateHeartBeats {
+	if !auth.AuthenticateNewWorkConns {
 		return nil
 	}