diff --git a/src/components/Authentication/Authenticator.tsx b/src/components/Authentication/Authenticator.tsx index 58ad628..641ce30 100644 --- a/src/components/Authentication/Authenticator.tsx +++ b/src/components/Authentication/Authenticator.tsx @@ -40,14 +40,26 @@ export default function Authenticator() { refresh(); }, [token, refresh]); + let children: JSX.Element; + if (pending) { - return