mirror of
https://github.com/friendica/friendica
synced 2025-04-28 15:04:26 +02:00
EOL removed
This commit is contained in:
parent
3fc3ded750
commit
0007da8630
39 changed files with 146 additions and 146 deletions
|
@ -207,7 +207,7 @@ class Authentication
|
|||
|
||||
// if it's an email address or doesn't resolve to a URL, fail.
|
||||
if ($noid || strpos($openid_url, '@') || !Network::isUrlValid($openid_url)) {
|
||||
notice($this->l10n->t('Login failed.') . EOL);
|
||||
notice($this->l10n->t('Login failed.'));
|
||||
$this->baseUrl->redirect();
|
||||
}
|
||||
|
||||
|
@ -270,7 +270,7 @@ class Authentication
|
|||
}
|
||||
} catch (Exception $e) {
|
||||
$this->logger->warning('authenticate: failed login attempt', ['action' => 'login', 'username' => Strings::escapeTags($username), 'ip' => $_SERVER['REMOTE_ADDR']]);
|
||||
notice($this->l10n->t('Login failed. Please check your credentials.' . EOL));
|
||||
notice($this->l10n->t('Login failed. Please check your credentials.'));
|
||||
$this->baseUrl->redirect();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue