summaryrefslogtreecommitdiff
path: root/src/components/header/authdialog/RegisterForm.tsx
diff options
context:
space:
mode:
authorl3wdfut4pwr <l3wdfut4pwr@gmail.com>2026-03-31 13:52:16 +0300
committerl3wdfut4pwr <l3wdfut4pwr@gmail.com>2026-03-31 13:52:16 +0300
commit37f51ee88710868a77b4645294cf32862f55e7c4 (patch)
treeac399bde1d35b6a52dd7421f68dd9567f7a71961 /src/components/header/authdialog/RegisterForm.tsx
parentcdc736b4823a3dda97f2b49c04b8ef7321e7a254 (diff)
add jwt
Diffstat (limited to 'src/components/header/authdialog/RegisterForm.tsx')
-rw-r--r--src/components/header/authdialog/RegisterForm.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/header/authdialog/RegisterForm.tsx b/src/components/header/authdialog/RegisterForm.tsx
index 3c2c164..c8ddb55 100644
--- a/src/components/header/authdialog/RegisterForm.tsx
+++ b/src/components/header/authdialog/RegisterForm.tsx
@@ -5,6 +5,7 @@ import GoogleIcon from '../../../../public/icons/google.svg';
import { InputField } from '@/components/ui/inputfield';
import { validate, registerUser } from './register';
import { useAuthContext } from '@/lib/contexts/Auth.context';
+import Image from 'next/image';
export default function RegisterForm() {
const [errors, setErrors] = useState<any>({});