RC-8: update auth service and user slice

This commit is contained in:
2023-07-12 21:49:07 +01:00
parent b0d0579ce7
commit e6dfcc8cf7
3 changed files with 5 additions and 7 deletions

View File

@@ -83,7 +83,7 @@ function SignUpPage({ t }) {
className="mb-28"
label={t('name')}
autoFocus
type="name"
type="text"
error={!!errors.name}
helperText={errors?.name?.message}
variant="outlined"