From 5784a36e1e4428928f234ced528d57cec97dc346 Mon Sep 17 00:00:00 2001 From: Yoga Pangestu Date: Thu, 2 Oct 2025 20:14:05 +0700 Subject: [PATCH] chore(login): merubah label alamat surel menjadi email --- app/Livewire/Auth/Login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Livewire/Auth/Login.php b/app/Livewire/Auth/Login.php index 25bd03e..5e90f89 100644 --- a/app/Livewire/Auth/Login.php +++ b/app/Livewire/Auth/Login.php @@ -16,7 +16,7 @@ class Login extends Component { use WithToast, WithUpdatedData; - #[Validate(['required', 'string'], attribute: 'nama pengguna atau alamat surel')] + #[Validate(['required', 'string'], attribute: 'nama pengguna atau email')] public string $login = ''; #[Validate('required', attribute: 'kata sandi')]