src/app/[locale]/(auth)/signin/page.tsx Güncelle
All checks were successful
UI Deploy (Next-Auth Support) 🎨 / build-and-deploy (push) Successful in 4m8s
All checks were successful
UI Deploy (Next-Auth Support) 🎨 / build-and-deploy (push) Successful in 4m8s
This commit is contained in:
@@ -35,7 +35,7 @@ const schema = yup.object({
|
|||||||
type SignInForm = yup.InferType<typeof schema>;
|
type SignInForm = yup.InferType<typeof schema>;
|
||||||
|
|
||||||
const defaultValues = {
|
const defaultValues = {
|
||||||
email: "test@test.com.tr",
|
email: "test@test.com.ue",
|
||||||
password: "test1234",
|
password: "test1234",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user