File tree Expand file tree Collapse file tree 2 files changed +5
-15
lines changed Expand file tree Collapse file tree 2 files changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -239,8 +239,8 @@ export default {
239
239
login : {
240
240
loginHeader : 'Iniciar sesion' ,
241
241
helpText : 'Ingresa tu correo para iniciar sesion.' ,
242
- forgotPassword : 'Olvidaste tu contraseña?' ,
243
- dontHaveAccount : 'No tienes cuenta?' ,
242
+ forgotPassword : '¿ Olvidaste tu contraseña?' ,
243
+ dontHaveAccount : '¿ No tienes cuenta?' ,
244
244
description : 'Comienza tu aprendizaje con LMS AI.' ,
245
245
form : {
246
246
email : 'Correo' ,
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import { z } from 'zod'
10
10
11
11
import { resetPasswordFun } from '@/actions/auth/authActions'
12
12
import { useI18n } from '@/app/locales/client'
13
- import { Alert , AlertDescription , AlertTitle } from '@/components/ui/alert'
14
13
import { Button } from '@/components/ui/button'
15
14
import {
16
15
Form ,
@@ -137,11 +136,11 @@ export default function ResetPasswordForm({
137
136
) }
138
137
</ button >
139
138
</ div >
140
- < p className = "text-xs text-muted-foreground" >
141
- { t ( 'auth.resetPassword.passwordHelp' ) }
142
- </ p >
143
139
</ FormControl >
144
140
< FormMessage />
141
+ < p className = "text-xs text-muted-foreground" >
142
+ { t ( 'auth.resetPassword.passwordHelp' ) }
143
+ </ p >
145
144
</ FormItem >
146
145
) }
147
146
/>
@@ -155,15 +154,6 @@ export default function ResetPasswordForm({
155
154
</ Button >
156
155
</ form >
157
156
</ Form >
158
- { searchParams . error && (
159
- < Alert variant = "destructive" >
160
- < AlertTitle > Error!</ AlertTitle >
161
- < AlertDescription >
162
- { searchParams . error }
163
- </ AlertDescription >
164
- </ Alert >
165
- ) }
166
-
167
157
< Link
168
158
href = "/auth/login"
169
159
className = "text-center text-sm cursor-pointer text-primary"
You can’t perform that action at this time.
0 commit comments