mirror of
https://github.com/friendica/friendica
synced 2024-12-22 19:20:17 +00:00
Fix Authentication
This commit is contained in:
parent
6dc193500d
commit
ab2f7d8845
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ class App implements AppHelper
|
|||
}
|
||||
|
||||
if (!$this->mode->isBackend()) {
|
||||
$auth->withSession();
|
||||
$auth->withSession($this);
|
||||
}
|
||||
|
||||
if ($this->session->isUnauthenticated()) {
|
||||
|
|
Loading…
Reference in a new issue