Skip to content

Commit

Permalink
feat: redirect config
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheusafonsouza committed Dec 8, 2024
1 parent 8f98925 commit ab6c910
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions public/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* /index.html 200
2 changes: 1 addition & 1 deletion src/pages/SignUp/SignUpForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function SignUpForm() {
/>
</Field>
<Field invalid={!!errors.passwordConfirmation} errorText={errors.passwordConfirmation?.message}>
<Input
<PasswordInput
size={'2xl'}
placeholder={'Confirmar senha'}
{...register('passwordConfirmation', { required: "Campo obrigatório." })}
Expand Down

0 comments on commit ab6c910

Please sign in to comment.