mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-13 02:55:39 +00:00
errorable and seperated runner methods for auth
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
use actix_identity::Identity;
|
||||
use actix_web::{web, HttpResponse, Responder};
|
||||
|
||||
use super::auth::Password;
|
||||
use super::auth::runners::Password;
|
||||
use crate::errors::*;
|
||||
use crate::AppData;
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ use actix_web::test;
|
||||
|
||||
use super::email::*;
|
||||
use super::*;
|
||||
use crate::api::v1::auth::*;
|
||||
use crate::api::v1::auth::runners::Password;
|
||||
use crate::api::v1::ROUTES;
|
||||
use crate::data::Data;
|
||||
use crate::*;
|
||||
|
||||
Reference in New Issue
Block a user