This commit is contained in:
Min RK
2024-03-19 12:55:10 +01:00
parent aeeabbee07
commit 3fa60e6849
20 changed files with 1132 additions and 136 deletions

View File

@@ -461,6 +461,9 @@ class User:
_deprecated_db_session=self.db,
oauth_client_id=client_id,
cookie_options=self.settings.get('cookie_options', {}),
cookie_host_prefix_enabled=self.settings.get(
"cookie_host_prefix_enabled", False
),
trusted_alt_names=trusted_alt_names,
user_options=orm_spawner.user_options or {},
)