From 7a660a96ccca2eb9503e58565bdaa705ca7f2318 Mon Sep 17 00:00:00 2001 From: Dell Date: Thu, 26 May 2022 19:42:10 +0700 Subject: [PATCH] Set Default Email & password --- frontend/client-portal/src/sections/auth/login/LoginForm.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/client-portal/src/sections/auth/login/LoginForm.tsx b/frontend/client-portal/src/sections/auth/login/LoginForm.tsx index 048b390c..8fba3741 100644 --- a/frontend/client-portal/src/sections/auth/login/LoginForm.tsx +++ b/frontend/client-portal/src/sections/auth/login/LoginForm.tsx @@ -39,8 +39,8 @@ export default function LoginForm() { }); const defaultValues = { - email: '', - password: '', + email: 'admin@linksehat.dev', + password: 'password', remember: true, }; @@ -75,6 +75,7 @@ export default function LoginForm() { return ( + Email : admin@linksehat.dev & Password : password {!!errors.afterSubmit && {errors.afterSubmit.message}}