1//! CAPTCHA plugin placeholder. 2 3pub mod verify_handlers; 4 5pub const UPSTREAM_PLUGIN_ID: &str = "captcha";