mirror of
https://github.com/friendica/friendica
synced 2024-12-31 23:22:19 +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()) {
|
if (!$this->mode->isBackend()) {
|
||||||
$auth->withSession();
|
$auth->withSession($this);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->session->isUnauthenticated()) {
|
if ($this->session->isUnauthenticated()) {
|
||||||
|
|
Loading…
Reference in a new issue