Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qtiLt-00DcdG-Sj for pgadmin-hackers@arkaria.postgresql.org; Fri, 20 Oct 2023 05:47:17 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qtiLr-00DeMh-Ny for pgadmin-hackers@arkaria.postgresql.org; Fri, 20 Oct 2023 05:47:16 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qtiLr-00DeJd-FB for pgadmin-hackers@lists.postgresql.org; Fri, 20 Oct 2023 05:47:16 +0000 Received: from out-22.smtp.github.com ([192.30.252.205]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qtiLj-001fNi-AX for pgadmin-hackers@lists.postgresql.org; Fri, 20 Oct 2023 05:47:15 +0000 Received: from github.com (hubbernetes-node-40ef780.ac4-iad.github.net [10.52.133.30]) by smtp.github.com (Postfix) with ESMTPA id 4090A5E109A for ; Thu, 19 Oct 2023 22:47:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1697780826; bh=X+sMDwjdzkLUcrJ18IOo5PGyIDvngdNpCFoX9urAbHQ=; h=Date:From:To:Subject:From; b=Mu1gaLW9HGctPf/pe3OP4RT/LSrZlrTw/KuiwES/qtAXZy1dQLp2kJ22Ao+Ev5zxq f3uUl1zy9vF9uwPaBUvbr/ZgWItZOgfXbVE8PoQDDHUa5NCasNPYH0/EiDaq6hathn IPrbehI6yzaxw6fQpUi9z4+blvNdyKefLvvRtOrs= Date: Thu, 19 Oct 2023 22:47:06 -0700 From: Khushboo Vashi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] c07c15: Fix an issue where the browser window stuck on spi... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: c07c153f1502d72f9561c11e5c4795f6bbef31a3 https://github.com/pgadmin-org/pgadmin4/commit/c07c153f1502d72f9561c11e5c4795f6bbef31a3 Author: Khushboo Vashi Date: 2023-10-20 (Fri, 20 Oct 2023) Changed paths: A docs/en_US/release_notes_7_9.rst M web/pgadmin/tools/user_management/__init__.py Log Message: ----------- Fix an issue where the browser window stuck on spinning with an Oauth user without email. #6874