xrdy511623
Results
2
comments of
xrdy511623
I figure it out by reconstructing the code on signup, which looks like this: class SignUpHandler(LocalBase): # Render the sign in page. async def get(self): if not self.authenticator.enable_signup: raise web.HTTPError(404)...
Forgive me for I really can not edit format of the code correctly.