mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-09 18:06:54 +01:00
test(IT): Test account edit pass
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
|
||||
namespace SP\Modules\Web\Controllers\Account;
|
||||
|
||||
|
||||
use SP\Core\Application;
|
||||
use SP\Domain\Account\Ports\AccountPresetService;
|
||||
use SP\Domain\Account\Ports\AccountService;
|
||||
|
||||
@@ -25,8 +25,6 @@
|
||||
namespace SP\Modules\Web\Controllers\Account;
|
||||
|
||||
use Exception;
|
||||
use Psr\Container\ContainerExceptionInterface;
|
||||
use Psr\Container\NotFoundExceptionInterface;
|
||||
use SP\Core\Events\Event;
|
||||
use SP\Domain\Account\Dtos\AccountEnrichedDto;
|
||||
use SP\Domain\Core\Acl\AclActionsInterface;
|
||||
@@ -44,9 +42,6 @@ final class EditPassController extends AccountViewBase
|
||||
* Obtener los datos para mostrar el interface para modificar la clave de cuenta
|
||||
*
|
||||
* @param int $id Account's ID
|
||||
*
|
||||
* @throws ContainerExceptionInterface
|
||||
* @throws NotFoundExceptionInterface
|
||||
*/
|
||||
public function editPassAction(int $id): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user