aboutsummaryrefslogtreecommitdiff
path: root/pages/user.tsx
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-03-09 21:11:40 +0100
committerlonkaars <l.leblansch@gmail.com>2021-03-09 21:11:40 +0100
commit8b096767ed904eb52b4f6ddf82f1463e4ea8af93 (patch)
treee428ef871a259b27d862df0a937beb6f2e509bc5 /pages/user.tsx
parente4b7c38451efef544f1ed639fc0d9e3597a920a0 (diff)
resign button now works
Diffstat (limited to 'pages/user.tsx')
-rw-r--r--pages/user.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/pages/user.tsx b/pages/user.tsx
index 618ae9e..42cfb17 100644
--- a/pages/user.tsx
+++ b/pages/user.tsx
@@ -72,7 +72,6 @@ export default function AccountPage() {
var [user, setUser] = useState<userInfo>();
var [ownPage, setOwnPage] = useState(false);
- typeof window !== "undefined" && console.log(new URLSearchParams(window.location.search).get("id"))
useEffect(() => {(async() => {
if (gotData) return;
if (typeof window === "undefined") return;