From b31fc7e4c603ee2c6b6a576277a2f0329fd5ba26 Mon Sep 17 00:00:00 2001
From: Tanner Collin
Date: Tue, 12 Jul 2022 21:39:57 +0000
Subject: [PATCH] Add button to clear localStorage
---
README.md | 2 +-
webclient/src/Debug.js | 6 ++++++
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 1e8173b..7e75c72 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,6 @@ That means you have the right to study, change, and distribute the software and
Thanks to the Protospace Portal Committee.
-Thanks to Emrah for lockout certification code, Pat for LDAP code, and Murray for the blank member form PDF.
+Thanks to Emrah for lockout certification code, Pat for LDAP code, Murray for the blank member form PDF, and Kent for a ton of features.
Thanks to all the devs behind Python, Django, DRF, Node, React, Quill, and Bleach.
diff --git a/webclient/src/Debug.js b/webclient/src/Debug.js
index a8274a5..090bca7 100644
--- a/webclient/src/Debug.js
+++ b/webclient/src/Debug.js
@@ -25,6 +25,12 @@ export function Debug(props) {