From 3cdbdc2f78657e540fb801651320d4ba1239fb69 Mon Sep 17 00:00:00 2001 From: InfinityPacer <160988576+InfinityPacer@users.noreply.github.com> Date: Sat, 8 Jun 2024 00:40:14 +0800 Subject: [PATCH] =?UTF-8?q?fix=20mailto=E7=A7=BB=E9=99=A4=E7=A9=BA?= =?UTF-8?q?=E6=A0=BC=E5=92=8C=E5=B0=96=E6=8B=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/core/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/config.py b/app/core/config.py index 5da4e011..896b3196 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -375,7 +375,7 @@ class Settings(BaseSettings): @property def VAPID(self): return { - "subject": f"mailto: <{self.SUPERUSER}@movie-pilot.org>", + "subject": f"mailto:{self.SUPERUSER}@movie-pilot.org", "publicKey": "BH3w49sZA6jXUnE-yt4jO6VKh73lsdsvwoJ6Hx7fmPIDKoqGiUl2GEoZzy-iJfn4SfQQcx7yQdHf9RknwrL_lSM", "privateKey": "JTixnYY0vEw97t9uukfO3UWKfHKJdT5kCQDiv3gu894" }