feat: integrate login/registration into PurchaseWizard
This commit is contained in:
@@ -53,7 +53,7 @@ class LoginRequest extends FormRequest
|
||||
RateLimiter::hit($this->throttleKey());
|
||||
|
||||
throw ValidationException::withMessages([
|
||||
'login' => __('auth.failed'),
|
||||
'login' => __('auth.failed_credentials'),
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user