Authorization and registration coding

Coding of registration and authorization is finished. Also other fixes
This commit is contained in:
RailTH
2024-05-16 00:11:43 +11:00
parent 5e521ab5db
commit 239e6c0420
19 changed files with 104 additions and 44 deletions

View File

@@ -11,6 +11,7 @@
"@types/react": "^18.2.51",
"@types/react-dom": "^18.2.18",
"framer-motion": "^11.0.3",
"js-cookie": "^3.0.5",
"node-sass": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@@ -45,6 +46,7 @@
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11"
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/js-cookie": "^3.0.6"
}
}