mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update app/controllers/api/account.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
This commit is contained in:
@@ -18,7 +18,6 @@ use Utopia\Validator\Text;
|
||||
use Utopia\Validator\WhiteList;
|
||||
use Utopia\Validator\ArrayList;
|
||||
use Utopia\Audit\Audit;
|
||||
use Utopia\Audit\Adapters\MySQL as AuditAdapter;
|
||||
use Utopia\Database\Document;
|
||||
use Utopia\Database\Exception\Duplicate;
|
||||
use Utopia\Database\Query;
|
||||
@@ -1620,4 +1619,4 @@ App::put('/v1/account/verification')
|
||||
;
|
||||
|
||||
$response->dynamic2($verification, Response::MODEL_TOKEN);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user