From 264474682b051282ed925bc1e5ece6a619e0a16a Mon Sep 17 00:00:00 2001 From: Ben Zhang Date: Sun, 18 Aug 2024 18:37:18 +0000 Subject: [PATCH] Revert text decoration none --- src/main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.py b/src/main.py index 54dd15b..159fb3f 100644 --- a/src/main.py +++ b/src/main.py @@ -115,7 +115,7 @@ def sign_up(req: SignUpRequest, request: Request):

Please confirm your subscription by clicking the button below. This confirmation email will expire in {CODE_TTL_SEC // 60} minutes.

Confirm Email

If the button above does not work, please copy and paste the following URL into your browser:

-
{confirmation_url}
+
{confirmation_url}

This email was sent to {req.email}. If you did not request this subscription, no further action is required. You won't be subscribed if you don't click the confirmation link.

""" @@ -148,7 +148,6 @@ def sign_up(req: SignUpRequest, request: Request): }} .monospace-text {{ font-family: 'Courier New', monospace; - text-decoration: none; }}