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

Sms Message should be sent to Phone Number #16925

Merged
merged 2 commits into from
Oct 24, 2024

Conversation

infofromca
Copy link
Contributor

Fixes #16924

@@ -25,14 +25,14 @@ public async Task<bool> TrySendAsync(object notify, INotificationMessage message
{
var user = notify as User;

if (string.IsNullOrEmpty(user?.Email))
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member

@MikeAlhayek MikeAlhayek left a comment

Choose a reason for hiding this comment

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

This looks like a copy/paste issues.

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.

Sms Message should be sent to Phone Number
3 participants