feat: try fixing the spawn url

This commit is contained in:
Nico Rikken
2019-07-16 14:38:35 +02:00
parent 7c78e6c326
commit b237ab9e7b

View File

@@ -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.name, server_name
self.hub.base_url, "spawn-pending", user.unicode_escaped_name, server_name
),
)
self.redirect(next_url)