Skip to content

Commit 2b6b385

Browse files
committed
revert
1 parent 84fa071 commit 2b6b385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/cmd_auth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ impl CmdAuthLogin {
225225

226226
let token = auth_client
227227
.exchange_device_access_token(&details)
228-
.request_async(client, tokio::time::sleep, Some(Duration::from_secs(10)))
228+
.request_async(client, tokio::time::sleep, None)
229229
.await?
230230
.access_token()
231231
.secret()

0 commit comments

Comments
 (0)