mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-16 14:33:00 +00:00
4.1.0
This commit is contained in:
@@ -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 {},
|
||||
)
|
||||
|
Reference in New Issue
Block a user