moved pow to independent module

This commit is contained in:
realaravinth
2021-04-11 22:57:56 +05:30
parent 29e2bb1c58
commit a3f060350c
6 changed files with 10 additions and 10 deletions

View File

@@ -18,7 +18,6 @@
pub mod duration;
pub mod levels;
pub mod mcaptcha;
pub mod pow;
pub use super::auth::is_authenticated;