From f6ef5fbfd10ecdb557bd48076103fca2c7c138c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Fri, 7 Nov 2025 10:24:33 +0100 Subject: [PATCH] chore: Remove a stale TODO item --- crates/matrix-sdk/src/authentication/oauth/qrcode/login.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/matrix-sdk/src/authentication/oauth/qrcode/login.rs b/crates/matrix-sdk/src/authentication/oauth/qrcode/login.rs index af8972f79..fd46317d6 100644 --- a/crates/matrix-sdk/src/authentication/oauth/qrcode/login.rs +++ b/crates/matrix-sdk/src/authentication/oauth/qrcode/login.rs @@ -532,8 +532,6 @@ mod test { /// This is most of the code that is required to be the other side, the /// existing device, of the QR login dance. - /// - /// TODO: Expose this as a feature user can use. async fn grant_login( alice: SecureChannel, check_code_receiver: tokio::sync::oneshot::Receiver,