mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 07:04:07 +01:00
refactor: [WIP] Improve form building.
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -51,7 +51,7 @@ final class SaveCreateController extends AuthTokenSaveBase
|
||||
);
|
||||
}
|
||||
|
||||
$this->form->validate(ActionsInterface::AUTHTOKEN_CREATE);
|
||||
$this->form->validateFor(ActionsInterface::AUTHTOKEN_CREATE);
|
||||
|
||||
$id = $this->authTokenService->create($this->form->getItemData());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user