1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

Merge branch '1.5.x' of https://github.com/appwrite/appwrite into chore-remove-array-sdk-method

This commit is contained in:
loks0n 2024-02-24 14:44:50 +00:00
commit 008f086f40

View file

@ -3969,6 +3969,9 @@ App::put('/v1/account/mfa/challenge')
$dbForProject->updateDocument('sessions', $sessionId, $session->setAttribute('factors', $provider, Document::SET_TYPE_APPEND));
$queueForEvents
->setParam('userId', $user->getId());
$response->dynamic($session, Response::MODEL_SESSION);
});