mirror of
https://github.com/friendica/friendica
synced 2025-04-19 13:50:15 +00:00
spelling: authentication
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
9c86578755
commit
4fc503d352
5 changed files with 5 additions and 5 deletions
|
@ -171,7 +171,7 @@ class Redir extends \Friendica\BaseModule
|
|||
|
||||
// On a local instance we have to check if the local user has already authenticated
|
||||
// with the local contact. Otherwise, the local user would ask the local contact
|
||||
// for authentification everytime he/she is visiting a profile page of the local
|
||||
// for authentication everytime he/she is visiting a profile page of the local
|
||||
// contact.
|
||||
if (($host == $remotehost) && ($this->session->getRemoteContactID($this->session->get('visitor_visiting')) == $this->session->get('visitor_id'))) {
|
||||
// Remote user is already authenticated.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue