today, we wrote 3 lines of code.
def logout():
if session.get("username"):
del session["username"]
return redirect(url_for("index"))
ok not really,
@kaisucode
actually did some stuff.
I'll probably do some stuff and maybe update this blog post.
But we did find a lot of bugs. So that's something!
Top comments (0)