chore: Show the lifetime

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-08-08 14:29:11 +00:00
parent 43ca689190
commit 4a4c0dcd34

View File

@@ -70,7 +70,7 @@ impl AuthUrlHandler for EchoAuthUrl {
fn on_auth_url(
&self,
auth_url: nostr::Url,
) -> BoxedFuture<Result<(), Box<dyn std::error::Error>>> {
) -> BoxedFuture<'_, Result<(), Box<dyn std::error::Error>>> {
Box::pin(async move {
println!("The bunker requires authentication. Please open this URL: {auth_url}");
Ok(())