feat: allow users to log out
authorxangelo <git@xangelo.ca>
Thu, 13 Jul 2023 11:32:51 +0000 (07:32 -0400)
committerxangelo <git@xangelo.ca>
Thu, 13 Jul 2023 14:47:46 +0000 (10:47 -0400)
commit22d96bcff1fc434e1dcd69ad451f80f44b0d70b0
treeab9492ab931a65684b528ff016f10cc1e9004e2a
parent56baafa6e825c95650a5474204aff6a6717b1071
feat: allow users to log out

There's a settings page that lets users log out. It displays additional
warnings/prompts if they haven't signed in to this user with a
username/email address yet.
public/assets/bundle.js
public/assets/css/game.css
public/index.html
src/client/index.ts
src/server/api.ts