♻️ Add Session domain entity

This commit is contained in:
2024-04-10 12:48:01 +02:00
parent eb81b3252c
commit a7bccfa779
6 changed files with 32 additions and 28 deletions

View File

@@ -9,7 +9,8 @@ use log::{debug, error, warn};
use validator::{Validate, ValidateArgs, ValidateEmail, ValidationError, ValidationErrors};
use zxcvbn::zxcvbn;
use crate::base::{Session, SESSION};
use crate::base::SESSION;
use crate::domain::model::session::Session;
use crate::infrastructure::services::random_svg_generators::{
generate_random_svg_shape, ShapeConfig,
};