Mpociot\Reauthenticate\Reauthenticates::getFailedLoginMessage PHP Method

getFailedLoginMessage() protected method

Get the failed login message.
protected getFailedLoginMessage ( ) : string
return string
    protected function getFailedLoginMessage()
    {
        return Lang::has('auth.failed') ? Lang::get('auth.failed') : 'These credentials do not match our records.';
    }