Skip to main content

authx_plugins/email_otp/
mod.rs

1mod service;
2#[cfg(test)]
3mod tests;
4
5pub use service::{EmailOtpService, EmailOtpVerifyResponse};