From e0578fce39e20a7446358f0c94905a53e488eb02 Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Sun, 8 Aug 2021 19:11:15 -0400 Subject: [PATCH] finish steamapi::finalize_authenticator --- steamguard/src/steamapi.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steamguard/src/steamapi.rs b/steamguard/src/steamapi.rs index cb1c7fa..62bbe8a 100644 --- a/steamguard/src/steamapi.rs +++ b/steamguard/src/steamapi.rs @@ -402,7 +402,7 @@ impl SteamApiClient { .send()? .json()?; - todo!(); + return Ok(resp.response); } }