From 4a4c0dcd34f3274c4b4562a4a4cda526a4612492 Mon Sep 17 00:00:00 2001
From: Awiteb
Date: Fri, 8 Aug 2025 14:29:11 +0000
Subject: [PATCH] chore: Show the lifetime
Signed-off-by: Awiteb
---
src/cli/types.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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(())