From b1f5b6946a7bc55fd3d7d9f4bb3eddd51f11b9cf Mon Sep 17 00:00:00 2001 From: Harsh Mahajan <127186841+HarshMN2345@users.noreply.github.com> Date: Mon, 24 Nov 2025 17:44:25 +0530 Subject: [PATCH] Update src/Appwrite/Platform/Modules/Account/Http/Account/MFA/Authenticators/Create.php Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- .../Modules/Account/Http/Account/MFA/Authenticators/Create.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Appwrite/Platform/Modules/Account/Http/Account/MFA/Authenticators/Create.php b/src/Appwrite/Platform/Modules/Account/Http/Account/MFA/Authenticators/Create.php index a7bec0ec53..2d83599964 100644 --- a/src/Appwrite/Platform/Modules/Account/Http/Account/MFA/Authenticators/Create.php +++ b/src/Appwrite/Platform/Modules/Account/Http/Account/MFA/Authenticators/Create.php @@ -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,