diff options
Diffstat (limited to 'app/auth')
| -rw-r--r-- | app/auth/routes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/auth/routes.py b/app/auth/routes.py index 7de091e..c5c175c 100644 --- a/app/auth/routes.py +++ b/app/auth/routes.py @@ -65,7 +65,7 @@ def register(): send_email_confirmation_email(user) flash( - "An email has been sent to confirm your account, please check your email.", + "An email has been sent to confirm your account, please check your email (including the spam folder).", "info", ) |
