pgAdmin 4 commit: Don't try to render security URLs in desktop mode.Fi - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Don't try to render security URLs in desktop mode.Fi
Date
Msg-id E1eWiZE-0001cg-8J@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Don't try to render security URLs in desktop mode. Fixes #2952. Fixes #2922

Branch
------
WEBPACK_DEVEL2

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=032795c0e35b52140e9cca5db36e7c6912519ca6
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
web/pgadmin/__init__.py                             | 6 +-----
web/pgadmin/templates/security/change_password.html | 2 ++
web/pgadmin/templates/security/forgot_password.html | 2 ++
web/pgadmin/templates/security/login_user.html      | 2 ++
web/pgadmin/templates/security/reset_password.html  | 2 ++
5 files changed, 9 insertions(+), 5 deletions(-)


pgadmin-hackers by date:

Previous
From: Mark Deneen
Date:
Subject: docker container fails to start after stopping
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Remove any Apache HTTPD PID file before startingthe