From 08e559180dca64aa35fc3b02a87e102d20e00eef Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Thu, 16 Oct 2025 02:08:07 +0000 Subject: [PATCH] fix missing injection --- app/controllers/api/account.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/api/account.php b/app/controllers/api/account.php index 6f12cdf8d7..2c0e6049d3 100644 --- a/app/controllers/api/account.php +++ b/app/controllers/api/account.php @@ -1211,6 +1211,7 @@ App::post('/v1/account/sessions/token') ->inject('queueForMails') ->inject('store') ->inject('proofForToken') + ->inject('proofForCode') ->action($createSession); App::get('/v1/account/sessions/oauth2/:provider')