We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf66671 commit 74becc8Copy full SHA for 74becc8
src/gateway/server/ws-connection/message-handler.ts
@@ -681,8 +681,7 @@ export function attachGatewayWsMessageHandler(params: {
681
hasBrowserOriginHeader,
682
sharedAuthOk,
683
authMethod,
684
- }) ||
685
- shouldSkipControlUiPairing(controlUiAuthPolicy, role, trustedProxyAuthOk);
+ }) || shouldSkipControlUiPairing(controlUiAuthPolicy, role, trustedProxyAuthOk);
686
if (device && devicePublicKey && !skipPairing) {
687
const formatAuditList = (items: string[] | undefined): string => {
688
if (!items || items.length === 0) {
0 commit comments