Go to file
2022-10-23 15:09:28 +02:00
src Made Login.tsx use the useForm hook and expanded the error page so that it can take another error if other shit happens. AuthComponent now doesn't have a hardcoded isLogged var, but looks at the query. 2022-10-23 15:09:28 +02:00
.gitignore Updated gitignore 2022-10-14 16:13:04 +02:00
.prettierrc.yaml added prettierrc.yaml and reformatted the code 2022-10-20 09:04:44 +02:00
declarations.d.ts React components can now access scss variables 2022-10-13 14:21:45 +02:00
package.json Made Login.tsx use the useForm hook and expanded the error page so that it can take another error if other shit happens. AuthComponent now doesn't have a hardcoded isLogged var, but looks at the query. 2022-10-23 15:09:28 +02:00
tsconfig.json Created the reset passowrd component. Linked every page for the lifecycle of the user forgetting his password. 2022-10-20 11:53:28 +02:00
webpack.config.js tried to make react router work, still WIP 2022-10-20 09:05:43 +02:00