diff --git a/app/Http/Livewire/LoginForm.php b/app/Http/Livewire/LoginForm.php index 77edab9e63..7d10cb78ae 100644 --- a/app/Http/Livewire/LoginForm.php +++ b/app/Http/Livewire/LoginForm.php @@ -13,7 +13,7 @@ class LoginForm extends Component /** * Set the validation rules for login * - * @author A. Ginaotto + * @author A. Gianotto * @version v6.0 * @return Array */ @@ -28,7 +28,7 @@ class LoginForm extends Component /** * Perform the validation * - * @author A. Ginaotto + * @author A. Gianotto * @version v6.0 */ public function updated($fields) @@ -52,7 +52,7 @@ class LoginForm extends Component * makes sense to even do this via LiveWire, since * our login system is pretty complicated. * - * @author A. Ginaotto + * @author A. Gianotto * @version v6.0 */ public function submitForm()