From ec9b55f3e2deb3de393aeb34c870a34088ea3c13 Mon Sep 17 00:00:00 2001 From: "Helmut K. C. Tessarek" Date: Wed, 20 Dec 2023 12:47:51 -0500 Subject: [PATCH] fix(auth): remove excessive warning and typo (#210) --- src/auth.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/auth.rs b/src/auth.rs index 12e8d94..af989cc 100644 --- a/src/auth.rs +++ b/src/auth.rs @@ -33,11 +33,10 @@ pub(crate) async fn extract_tokens(req: &ServiceRequest) -> Result