diff --git a/app/dashboard/templates/dashboard/mailbox_detail.html b/app/dashboard/templates/dashboard/mailbox_detail.html index 5867b4c6..437fd070 100644 --- a/app/dashboard/templates/dashboard/mailbox_detail.html +++ b/app/dashboard/templates/dashboard/mailbox_detail.html @@ -81,7 +81,7 @@
- +
diff --git a/server.py b/server.py index f5418e6e..97021896 100644 --- a/server.py +++ b/server.py @@ -131,6 +131,7 @@ def fake_data(): activated=True, is_admin=True, otp_secret="base32secret3232", + can_use_pgp=True ) db.session.commit()