added authentication

This commit was merged in pull request #7.
This commit is contained in:
2023-10-21 03:06:58 -07:00
parent ed2ebe41e6
commit c48c959749
7 changed files with 327 additions and 55 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ const Layout = ({ children }) => {
useEffect(() => {
const authenticationPages = [
"/",
// "/",
"/auth",
"/auth/login",
"/auth/sign-up",