mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Update src/Appwrite/Platform/Modules/Account/Http/Account/MFA/Authenticators/Create.php
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
9ac594c537
commit
b1f5b6946a
1 changed files with 0 additions and 2 deletions
|
|
@ -77,7 +77,6 @@ class Create extends Action
|
||||||
)
|
)
|
||||||
])
|
])
|
||||||
->param('type', null, new WhiteList([Type::TOTP]), 'Type of authenticator. Must be `' . Type::TOTP . '`')
|
->param('type', null, new WhiteList([Type::TOTP]), 'Type of authenticator. Must be `' . Type::TOTP . '`')
|
||||||
->inject('requestTimestamp')
|
|
||||||
->inject('response')
|
->inject('response')
|
||||||
->inject('project')
|
->inject('project')
|
||||||
->inject('user')
|
->inject('user')
|
||||||
|
|
@ -88,7 +87,6 @@ class Create extends Action
|
||||||
|
|
||||||
public function action(
|
public function action(
|
||||||
string $type,
|
string $type,
|
||||||
?\DateTime $requestTimestamp,
|
|
||||||
Response $response,
|
Response $response,
|
||||||
Document $project,
|
Document $project,
|
||||||
Document $user,
|
Document $user,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue