diff --git a/public/assets/icons/arrow-back-icon.svg b/public/assets/icons/arrow-back-icon.svg new file mode 100644 index 0000000..6e5206f --- /dev/null +++ b/public/assets/icons/arrow-back-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/app/(auth)/forgot-password/page.tsx b/src/app/(auth)/forgot-password/page.tsx index 8b7bdc7..a5abd4c 100644 --- a/src/app/(auth)/forgot-password/page.tsx +++ b/src/app/(auth)/forgot-password/page.tsx @@ -2,6 +2,7 @@ import { useState } from 'react'; import Link from 'next/link'; +import Image from 'next/image'; import { authService, AuthService } from '@/services'; export default function ForgotPasswordPage() { @@ -27,34 +28,36 @@ export default function ForgotPasswordPage() { if (submitted) { return ( -
- We've sent a password reset link to {email}. Please check your inbox and spam folder. -
- - Back to Login - - ++ We've sent a password reset link to {email}. Please check your inbox and spam folder. +
+ + Back to Login + +- Enter your email address and we'll send you a link to reset your password +
+ Enter your registered email to reset your password.