mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-08 01:16:56 +01:00
* [FIX] Fixed account creation when copying from another one.
This commit is contained in:
@@ -62,6 +62,7 @@ class AccountForm extends FormBase implements FormInterface
|
||||
$this->checkCommon();
|
||||
break;
|
||||
case ActionsInterface::ACTION_ACC_NEW:
|
||||
case ActionsInterface::ACTION_ACC_COPY:
|
||||
$this->analyzeRequestData();
|
||||
$this->checkCommon();
|
||||
$this->checkPass();
|
||||
|
||||
Reference in New Issue
Block a user