Skip to content

Commit

Permalink
make logout link work
Browse files Browse the repository at this point in the history
  • Loading branch information
Casey committed Sep 14, 2009
1 parent 2be82a0 commit c59cf2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/chat/chatdemo.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def _on_auth(self, user):
class AuthLogoutHandler(BaseHandler):
def get(self):
self.clear_cookie("user")
self.redirect(self.get_argument("next", "/"))
self.write("You are now logged out")


def main():
Expand Down

0 comments on commit c59cf2a

Please sign in to comment.