mirror of
https://tangled.org/tranquil.farm/tranquil-pds
synced 2026-09-05 17:56:59 +00:00
fix: oauth regression (at least I think it's a regression)
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user