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')