Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove .3bot from name in verification msg #13

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AlaaElattar
Copy link

zaelgohary
zaelgohary previously approved these changes Feb 18, 2025
@zaelgohary zaelgohary dismissed their stale review February 19, 2025 04:46

Found a bug.

@@ -112,7 +112,7 @@ def send_sms_handler():
body = request.get_json()
logger.debug('body %s', body)

user_id = body.get('user_id').lower()
user_id = body.get('user_id').lower().removesuffix('.3bot')

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we do the same in the verification mail?

@AlaaElattar AlaaElattar marked this pull request as draft February 19, 2025 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants