Skip to content

Commit

Permalink
Adjusted audit logging message
Browse files Browse the repository at this point in the history
  • Loading branch information
jekuaitk committed Dec 6, 2024
1 parent dbdec2a commit db18d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/os2forms_nemid/src/Service/FormsHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public function retrieveCprLookupResult(FormStateInterface $form_state) {
$userCpr = $authProviderPlugin->fetchValue('cpr');
$lookedUpCpr = $cprLookupResult->getCpr();

$this->auditLogger->info('DataLookup', 'User with cpr ' . $userCpr . ' looked at cpr ' . $lookedUpCpr);
$this->auditLogger->info('DataLookup', 'User with cpr ' . $userCpr . ' looked up cpr ' . $lookedUpCpr);

return $cprLookupResult;
}
Expand Down

0 comments on commit db18d91

Please sign in to comment.