about summary refs log tree commit diff
path: root/src/indieauth.rs
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2021-05-05 16:32:03 +0300
committerVika <vika@fireburn.ru>2021-05-05 16:32:03 +0300
commita5963bbdb7464709232486bfe46ccbea3366b226 (patch)
tree42539fc1cf8aea363fbb834071123330567a6141 /src/indieauth.rs
parent4a1085b7e9a6231f3e21334af1ea43b71ee8d918 (diff)
Deleted a loose TODO
Diffstat (limited to 'src/indieauth.rs')
-rw-r--r--src/indieauth.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/indieauth.rs b/src/indieauth.rs
index 8d41577..46d2459 100644
--- a/src/indieauth.rs
+++ b/src/indieauth.rs
@@ -73,7 +73,6 @@ where
                 })).build())
             },
             Some(value) => {
-                // TODO check the token
                 let endpoint = &req.state().token_endpoint;
                 let http_client = &req.state().http_client;
                 match get_token_data(value.last().to_string(), endpoint, http_client).await {