mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +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 . '`')
|
||||
->inject('requestTimestamp')
|
||||
->inject('response')
|
||||
->inject('project')
|
||||
->inject('user')
|
||||
|
|
@ -88,7 +87,6 @@ class Create extends Action
|
|||
|
||||
public function action(
|
||||
string $type,
|
||||
?\DateTime $requestTimestamp,
|
||||
Response $response,
|
||||
Document $project,
|
||||
Document $user,
|
||||
|
|
|
|||
Loading…
Reference in a new issue