Skip to content

Commit d71a7ff

Browse files
committed
Modifies oauth success message
1 parent 7051945 commit d71a7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/chat-cli/src/mcp_client/oauth_util.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ async fn make_svc(
376376
{
377377
sender.send(code).map_err(LoopBackError::Send)?;
378378
}
379-
mk_response("Auth code sent".to_string())
379+
mk_response("You can close this page now".to_string())
380380
})
381381
}
382382
}

0 commit comments

Comments
 (0)