diff --git a/lib/components/keyserver-connection-handler.js b/lib/components/keyserver-connection-handler.js --- a/lib/components/keyserver-connection-handler.js +++ b/lib/components/keyserver-connection-handler.js @@ -224,9 +224,6 @@ cancelPendingAuth.current = cancel; }, [authInProgress, hasAccessToken, isUserAuthenticated, performAuth]); - if (keyserverID !== authoritativeKeyserverID()) { - return null; - } return ; }