Skip to content

Commit

Permalink
fix: undo dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
evemartin committed Apr 10, 2024
1 parent 90c49ae commit b8d9d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfl_common/common/helpers/emails.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def send_verification_email(request, user, data, new_email=None, age=None):
student)
"""

# verify first email address (registration)
# verifying first email address (registration)
if not new_email:
verification = generate_token(user)

Expand Down

0 comments on commit b8d9d24

Please sign in to comment.