diff --git a/AuthBot/Controllers/OAuthCallbackController.cs b/AuthBot/Controllers/OAuthCallbackController.cs index 2aef868..5eef744 100644 --- a/AuthBot/Controllers/OAuthCallbackController.cs +++ b/AuthBot/Controllers/OAuthCallbackController.cs @@ -123,7 +123,7 @@ public async Task OAuthCallback( else { await Conversation.ResumeAsync(resumptionCookie, message); - if (message.ChannelId == "skypeforbusiness") + if (message.ChannelId == "skypeforbusiness" || message.ChannelId == "msteams") resp.Content = new StringContent($"Almost done! Please copy this number and paste it back to your chat so your authentication can complete:
{magicNumber} ", System.Text.Encoding.UTF8, @"text/html"); else resp.Content = new StringContent($"Almost done! Please copy this number and paste it back to your chat so your authentication can complete:

{magicNumber}

.", System.Text.Encoding.UTF8, @"text/html");