mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 06:52:59 +00:00
revert try ginfing spawn url
This commit is contained in:
@@ -226,7 +226,7 @@ class SpawnHandler(BaseHandler):
|
||||
next_url = self.get_next_url(
|
||||
user,
|
||||
default=url_path_join(
|
||||
self.hub.base_url, "spawn-pending", user.unicode_escaped_name, server_name
|
||||
self.hub.base_url, "spawn-pending", user.name, server_name
|
||||
),
|
||||
)
|
||||
self.redirect(next_url)
|
||||
|
Reference in New Issue
Block a user