diff --git a/openaq_api/openaq_api/routers/auth.py b/openaq_api/openaq_api/routers/auth.py index a58274e..61e4a70 100644 --- a/openaq_api/openaq_api/routers/auth.py +++ b/openaq_api/openaq_api/routers/auth.py @@ -44,7 +44,7 @@ def send_verification_email(verification_code: str, full_name: str, email: str): TEXT_EMAIL_CONTENT = f""" Thank you for signing up for an OpenAQ API Key Visit the following URL to verify your email: - https://api.openaq.org/verify/{verifiation_code} + https://api.openaq.org/verify/{verification_code} """ HTML_EMAIL_CONTENT = f""" @@ -55,7 +55,7 @@ def send_verification_email(verification_code: str, full_name: str, email: str):

Thank you for signing up for an OpenAQ API Key

Click the following link to verify your email:

- https://api.openaq.org/verify/{verifiation_code} + https://api.openaq.org/verify/{verification_code}