Forgot "Authentication" during replace

This commit is contained in:
nupplaPhil 2020-01-11 22:57:13 +01:00
parent 03ebfb6b42
commit c823692539
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90

View file

@ -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);
}