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." )); }