diff --git a/app/controllers/api/account.php b/app/controllers/api/account.php index 2466073db9..9c7f9083d5 100644 --- a/app/controllers/api/account.php +++ b/app/controllers/api/account.php @@ -1543,7 +1543,7 @@ App::get('/v1/account/sessions/oauth2/:provider/redirect') $target ->setAttribute('sessionId', $session->getId()) - ->setAttrubte('sessionInternalId', $session->getInternalId()); + ->setAttribute('sessionInternalId', $session->getInternalId()); $dbForProject->updateDocument('targets', $target->getId(), $target); }