rename guard -> mcaptcha

This commit is contained in:
realaravinth
2021-06-01 17:33:47 +05:30
parent ba39483635
commit 9e70f8f756
19 changed files with 154 additions and 151 deletions

View File

@@ -25,7 +25,7 @@ use actix_web::{
};
use argon2_creds::errors::CredsError;
use derive_more::{Display, Error};
use m_captcha::errors::CaptchaError;
use libmcaptcha::errors::CaptchaError;
use serde::{Deserialize, Serialize};
use url::ParseError;
use validator::ValidationErrors;