Fixed an issue where 2FA was not showing the QR code when setting up the Authenticator app. Fixes #7231

This commit is contained in:
Yogesh Mahajan 2022-03-31 13:59:38 +05:30 committed by Akshay Joshi
parent e6821a610b
commit b2b14051c3
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@ Bug fixes
| `Issue #7197 <https://redmine.postgresql.org/issues/7197>`_ - Fixed an issue where foreign key relationships do not update when the primary key is modified.
| `Issue #7216 <https://redmine.postgresql.org/issues/7216>`_ - Ensure that the values of certain fields are prettified in the statistics tab for collection nodes.
| `Issue #7221 <https://redmine.postgresql.org/issues/7221>`_ - Ensure objects depending on extensions are not displayed in Schema Diff.
| `Issue #7231 <https://redmine.postgresql.org/issues/7231>`_ - Fixed an issue where 2FA was not showing the QR code when setting up the Authenticator app.
| `Issue #7238 <https://redmine.postgresql.org/issues/7238>`_ - Fixed an issue where foreign key is not removed even if the referred table is removed in ERD.
| `Issue #7239 <https://redmine.postgresql.org/issues/7239>`_ - Fixed an issue where the newly added table is not visible under the Tables node on refresh.
| `Issue #7261 <https://redmine.postgresql.org/issues/7261>`_ - Correct typo in the documentation.

View File

@ -44,7 +44,7 @@ Authlib==0.15.*
requests==2.25.*
pyotp==2.*
qrcode==7.*
Pillow==8.3.*; python_version <= '3.6'
Pillow==8.4.*; python_version <= '3.6'
Pillow==9.*; python_version >= '3.7'
boto3==1.20.*
botocore==1.23.*