mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 07:04:07 +01:00
test(IT): Test account history manager use cases
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -77,7 +77,7 @@ final class RefreshController extends SimpleControllerBase
|
||||
|
||||
$this->eventDispatcher->notify(
|
||||
'refresh.masterPassword.hash',
|
||||
new Event($this, EventMessage::factory()->addDescription(__u('Master password hash updated')))
|
||||
new Event($this, EventMessage::build()->addDescription(__u('Master password hash updated')))
|
||||
);
|
||||
|
||||
return $this->returnJsonResponse(JsonMessage::JSON_SUCCESS, __u('Master password hash updated'));
|
||||
|
||||
Reference in New Issue
Block a user