diff --git a/bffhd/authentication/authdb.rs b/bffhd/authentication/authdb.rs index bd8ab1a..0d9afad 100644 --- a/bffhd/authentication/authdb.rs +++ b/bffhd/authentication/authdb.rs @@ -13,4 +13,3 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - diff --git a/bffhd/authentication/mod.rs b/bffhd/authentication/mod.rs index ed47aed..34ec1ea 100644 --- a/bffhd/authentication/mod.rs +++ b/bffhd/authentication/mod.rs @@ -10,8 +10,8 @@ use std::sync::Arc; use crate::authentication::fabfire::FabFireCardKey; use crate::users::db::User; -mod fabfire; mod authdb; +mod fabfire; struct Callback { users: Users,