From 4af8a4a673dd9b653ca6042e4684c8715226013a Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Fri, 31 Jan 2025 12:46:22 -0800 Subject: [PATCH] finish oidc comment --- bin/core/src/auth/oidc/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/core/src/auth/oidc/mod.rs b/bin/core/src/auth/oidc/mod.rs index 28822616a..2381e27c2 100644 --- a/bin/core/src/auth/oidc/mod.rs +++ b/bin/core/src/auth/oidc/mod.rs @@ -142,7 +142,7 @@ async fn callback( if komodo_timestamp() > valid_until { return Err(anyhow!( - "CSRF token invalid (Timed out). The token must be " + "CSRF token invalid (Timed out). The token must be used within 2 minutes." )); }