mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-10 16:01:20 +00:00
finish oidc comment
This commit is contained in:
@@ -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."
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user