add lookup
This commit is contained in:
@@ -136,7 +136,7 @@ export default function Index({}: Route.ComponentProps) {
|
||||
<p className="text-white/50 text-sm">
|
||||
Não tem uma senha?{' '}
|
||||
<Link
|
||||
to="/signup"
|
||||
to="/register"
|
||||
className="font-medium text-white hover:underline"
|
||||
>
|
||||
Criar senha
|
||||
@@ -183,6 +183,7 @@ export default function Index({}: Route.ComponentProps) {
|
||||
<FormControl>
|
||||
<Input
|
||||
type={show ? 'text' : 'password'}
|
||||
autoComplete="false"
|
||||
placeholder="••••••••"
|
||||
{...field}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user