support model and wait only for 30s for cookie used by csrf

This commit is contained in:
2025-07-10 19:58:31 +02:00
parent 3d05f739b4
commit c6ac87bdfa
6 changed files with 71 additions and 49 deletions
+3
View File
@@ -107,6 +107,9 @@ class ReserveResultPojo:
if 'created_at' in source:
created_at = source['created_at']
result.created_at = created_at
if 'model' in source:
model = source['model']
result.model = model
if 'validated_at' in source:
validated_at = source['validated_at']
result.validated_at = validated_at