diff --git a/components/Auth.tsx b/components/Auth.tsx index aacb6dc..515612e 100644 --- a/components/Auth.tsx +++ b/components/Auth.tsx @@ -14,11 +14,11 @@ const Auth: FunctionComponent<{ redirect: string }> = ({ redirect }) => { const [token, setToken] = useLocalStorage(authTokenPath, '') return ( -
This route (the folder itself and the files inside) is password protected. If you know the password, please @@ -26,7 +26,7 @@ const Auth: FunctionComponent<{ redirect: string }> = ({ redirect }) => {
= ({ redirect }) => { }} />