File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
libraries/botbuilder-dialogs/botbuilder/dialogs/prompts Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -546,7 +546,7 @@ async def _recognize_token(
546
546
if not token_exchange_response or not token_exchange_response .token :
547
547
await context .send_activity (
548
548
self ._get_token_exchange_invoke_response (
549
- int (HTTPStatus .CONFLICT ),
549
+ int (HTTPStatus .PRECONDITION_FAILED ),
550
550
"The bot is unable to exchange token. Proceed with regular login." ,
551
551
)
552
552
)
@@ -609,7 +609,6 @@ def _is_teams_verification_invoke(context: TurnContext) -> bool:
609
609
@staticmethod
610
610
def _channel_suppports_oauth_card (channel_id : str ) -> bool :
611
611
if channel_id in [
612
- Channels .ms_teams ,
613
612
Channels .cortana ,
614
613
Channels .skype ,
615
614
Channels .skype_for_business ,
You can’t perform that action at this time.
0 commit comments