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

Commit e622c15

Browse files
committed
feat: debugging
1 parent 1584853 commit e622c15

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

crates/core/src/auth/microsoft.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ pub fn ouath_token(
212212
.await
213213
.map_err(|_| AuthErrors::ResponseError("Failed to send request".to_string()))?;
214214

215+
println!("Form: {:?}, Text: {}", form, text);
216+
215217
let std::result::Result::Ok(token) = serde_json::from_str::<OuathToken>(&text) else {
216218
break 'out Err(AuthErrors::ResponseError(
217219
"Failed to send request, Check your Client Secret.".to_string(),

0 commit comments

Comments
 (0)