mirror of
https://github.com/aljazceru/pubky-core.git
synced 2026-01-28 02:14:38 +01:00
feat(pubky): reconnect to timeout Auth request until the receiver is dropped
This commit is contained in:
@@ -83,7 +83,7 @@ async fn main() -> Result<()> {
|
||||
|
||||
println!("Sending AuthToken to the 3rd party app...");
|
||||
|
||||
client.send_auth_token(&keypair, url).await?;
|
||||
client.send_auth_token(&keypair, &url).await?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user