We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df4c12a commit 6ac73ccCopy full SHA for 6ac73cc
1 file changed
lib/Routes/Account.php
@@ -225,6 +225,7 @@ public static function respondToRegister() {
225
}
226
227
public static function respondToSharing() {
228
+ $user = User::getUser(Session::getLoggedInUser());
229
$clientId = $_POST['client_id'];
230
$userId = $user['userId'];
231
if ($_POST['consent'] === 'true') {
0 commit comments