diff --git a/src/cli/types.rs b/src/cli/types.rs index d2a5be7..68c6a37 100644 --- a/src/cli/types.rs +++ b/src/cli/types.rs @@ -70,7 +70,7 @@ impl AuthUrlHandler for EchoAuthUrl { fn on_auth_url( &self, auth_url: nostr::Url, - ) -> BoxedFuture>> { + ) -> BoxedFuture<'_, Result<(), Box>> { Box::pin(async move { println!("The bunker requires authentication. Please open this URL: {auth_url}"); Ok(())