We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e479f4d commit cd98f18Copy full SHA for cd98f18
client/package.json
@@ -28,7 +28,7 @@
28
"react-dom": "^18.2.0",
29
"react-dropzone": "^14.2.3",
30
"react-helmet-async": "^1.3.0",
31
- "react-hook-form": "^7.40.0",
+ "react-hook-form": "7.41.0",
32
"react-i18next": "^11.18.3",
33
"react-perfect-scrollbar": "^1.5.8",
34
"react-router": "^6.3.0",
client/src/views/auth/LoginView.tsx
@@ -143,7 +143,7 @@ const LoginView = () => {
143
144
return (
145
<Page
146
- title={`Eurodecision - ${t('login')}`}
+ title={`Fullstack Typescript Monorepo - ${t('login')}`}
147
>
148
<Box
149
display="flex"
0 commit comments