fix: oauth regression (at least I think it's a regression)

This commit is contained in:
lewis
2026-01-06 17:28:16 +02:00
parent 8f600b6691
commit 9b9c273b59
+2 -2
View File
@@ -85,11 +85,11 @@ pub async fn get_service_auth(
&token,
dpop_proof,
"GET",
&format!(
&crate::util::build_full_url(&format!(
"/xrpc/com.atproto.server.getServiceAuth?aud={}&lxm={}",
params.aud,
params.lxm.as_deref().unwrap_or("")
),
)),
)
.await
{