Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

Commit bbab071

Browse files
committed
feat: debuging
1 parent 47f1eab commit bbab071

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/core/src/auth/microsoft.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ pub fn ouath_token(
205205
.text()
206206
.await
207207
.map_err(|_| AuthErrors::ResponseError("Failed to send request".to_string()))?;
208+
println!("{}", text);
208209
let std::result::Result::Ok(token) = serde_json::from_str::<OuathToken>(&text) else {
209210
break 'out Err(AuthErrors::ResponseError(
210211
"Failed to send request, Check your Client Secret.".to_string(),

0 commit comments

Comments
 (0)