diff --git a/src/gateway/server/ws-connection/message-handler.ts b/src/gateway/server/ws-connection/message-handler.ts index 6d726f77583..1d20c5adce6 100644 --- a/src/gateway/server/ws-connection/message-handler.ts +++ b/src/gateway/server/ws-connection/message-handler.ts @@ -683,10 +683,7 @@ export function attachGatewayWsMessageHandler(params: { authOk, authMethod, }); - // auth.mode=none disables all authentication — device pairing is an - // auth mechanism and must also be skipped when the operator opted out. const skipPairing = - resolvedAuth.mode === "none" || isInternalBackendClient || shouldSkipControlUiPairing( controlUiAuthPolicy,