mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
remove todo
order should be preserved between multiple steps
This commit is contained in:
@@ -81,8 +81,6 @@ class LogoutHandler(BaseHandler):
|
|||||||
"""Log the user out, call the custom action, forward the user
|
"""Log the user out, call the custom action, forward the user
|
||||||
to the logout page
|
to the logout page
|
||||||
"""
|
"""
|
||||||
# TODO: when these can all be done concurrently, do all of them
|
|
||||||
# concurrently?
|
|
||||||
await self.default_handle_logout()
|
await self.default_handle_logout()
|
||||||
await self.handle_logout()
|
await self.handle_logout()
|
||||||
await self.render_logout_page()
|
await self.render_logout_page()
|
||||||
|
Reference in New Issue
Block a user