From b3c41fadbd01f789f1025afa9dfdc78d0b41807d Mon Sep 17 00:00:00 2001 From: Domenic Horner Date: Tue, 31 Oct 2023 15:22:40 +0800 Subject: [PATCH] oops --- src/App.jsx | 2 +- src/pages/Login.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 2c242a0..3c1764a 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -171,7 +171,7 @@ const queryClient = new QueryClient(); export default function App() { return ( - + diff --git a/src/pages/Login.jsx b/src/pages/Login.jsx index c83d4bb..ed2f748 100644 --- a/src/pages/Login.jsx +++ b/src/pages/Login.jsx @@ -277,7 +277,7 @@ export default function LoginForm() { {users.map((user, index) => { // @TODO when Lemmy adds `expires_at` to the JWT, we can use this to check if the session is expired - const jwt = jwt_decode(user.jwt, { complete: true }); + // const jwt = jwt_decode(user.jwt, { complete: true }); return (