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 (