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,