wip player identifiers stuff

This commit is contained in:
Luuk van Oijen
2023-11-17 14:29:19 +01:00
parent 0f5d61c89b
commit 0335d22809
8 changed files with 170 additions and 95 deletions

View File

@@ -14,5 +14,6 @@ pub async fn authentication_request<R: DeserializeOwned>(
.json(&map)
.send()
.await?;
// panic!("json: {:?}", resp.text().await);
Ok(resp.json().await?)
}