add password to email

This commit is contained in:
2024-04-16 18:27:34 +02:00
parent 653c5a7078
commit 2a08f8136f
7 changed files with 9 additions and 260 deletions
+1
View File
@@ -24,6 +24,7 @@ class AcceptedResultPojo:
self.created_at = created_at
self.validated_at = validated_at
self.mail_password = ""
self.account_password = ""
def get_accepted_result_from(reserve_pojo: ReserveResultPojo, mongo_db_manager: MongoDbManager,