src/app/[locale]/(auth)/signin/page.tsx Güncelle
UI Deploy (Next-Auth Support) 🎨 / build-and-deploy (push) Successful in 4m8s

This commit is contained in:
2026-01-30 01:50:30 +03:00
parent 1ef32607ae
commit ee1cf4807d
+1 -1
View File
@@ -35,7 +35,7 @@ const schema = yup.object({
type SignInForm = yup.InferType<typeof schema>;
const defaultValues = {
email: "test@test.com.tr",
email: "test@test.com.ue",
password: "test1234",
};