mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-15 12:58:49 +00:00
Forgot "Authentication" during replace
This commit is contained in:
parent
03ebfb6b42
commit
c823692539
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@ function windowsphonepush_login(App $a)
|
|||
die('This api requires login');
|
||||
}
|
||||
|
||||
A::auth()->setForUser($a, $record);
|
||||
AppR::auth()->setForUser($a, $record);
|
||||
Core::session()->set('allow_api', true);
|
||||
Hook::callAll('logged_in', $a->user);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue