Call hook in handler

This commit is contained in:
Rollin Thomas
2019-05-08 09:46:23 -07:00
parent d05d92c03a
commit f37864cfd3

View File

@@ -67,6 +67,9 @@ class HomeHandler(BaseHandler):
else:
url = url_path_join(self.hub.base_url, 'spawn', user.escaped_name)
auth_state = await user.get_auth_state()
user.spawner.handle_auth_state(auth_state)
html = self.render_template(
'home.html',
user=user,