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 1qfwct-00DjE8-Jv for pgadmin-hackers@arkaria.postgresql.org; Tue, 12 Sep 2023 06:11:55 +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 1qfwbt-005iAl-Hl for pgadmin-hackers@arkaria.postgresql.org; Tue, 12 Sep 2023 06:10:53 +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 1qfwbt-005i7L-7k for pgadmin-hackers@lists.postgresql.org; Tue, 12 Sep 2023 06:10:53 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qfwbp-004aqa-0B for pgadmin-hackers@lists.postgresql.org; Tue, 12 Sep 2023 06:10:52 +0000 Received: from github.com (hubbernetes-node-c47b15d.va3-iad.github.net [10.48.142.38]) by smtp.github.com (Postfix) with ESMTPA id 1033A8C0C9A for ; Mon, 11 Sep 2023 23:10:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1694499047; bh=YJkbnlumNMVl4khWtfsQ/dHkID0SJdw2Y8xxKkTWN20=; h=Date:From:To:Subject:From; b=B6vYkTENyyqkjyLaoDb3dAUcJzUQf91aKOsb1AZGvufNZw+1t+bnukzF3NsXdUteO DQ+JQDOClKGdMpzk0wPFtoMfFruye848YTec3OnWsGBR7XEMKoCgvymh7tnE2i0eg6 IpqgDzbTYGcfcaH8P6h7lGTZOhvHHo2h30FMLWOU= Date: Mon, 11 Sep 2023 23:10:47 -0700 From: Pravesh Sharma To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] cfc338: Fix an issue where login form doesn't appear if in... 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: cfc338c5f0677dfcf32c107403d4da54a0f26e54 https://github.com/pgadmin-org/pgadmin4/commit/cfc338c5f0677dfcf32c107403d4da54a0f26e54 Author: Pravesh Sharma Date: 2023-09-12 (Tue, 12 Sep 2023) Changed paths: M web/pgadmin/static/js/SecurityPages/LoginPage.jsx Log Message: ----------- Fix an issue where login form doesn't appear if internal auth source is removed. #6378