Skip to content

Commit

Permalink
Merge pull request #345 from silinternational/feature/revise-error-fo…
Browse files Browse the repository at this point in the history
…r-authinit-failures

Revise wording in "authInit failed" error log message
  • Loading branch information
forevermatt authored May 20, 2024
2 parents 777e898 + 891cb12 commit 515de21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/common/models/Mfa.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function loadData(string $rpOrigin = '')
\Yii::error([
'action' => 'load ' . $this->type . ' MFA data',
'status' => 'error',
'error' => 'authInit call failed (so skipping it): ' . $exception->getMessage(),
'error' => 'authInit failed for this MFA option: ' . $exception->getMessage(),
'mfa_id' => $this->id,
]);
}
Expand Down

0 comments on commit 515de21

Please sign in to comment.