finish oidc comment

This commit is contained in:
mbecker20
2025-02-26 14:55:58 -08:00
parent a3e4bd5cf2
commit 4af8a4a673
+1 -1
View File
@@ -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."
));
}