mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
fix missing injection
This commit is contained in:
parent
4cb63068de
commit
08e559180d
1 changed files with 1 additions and 0 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue