Skip to content

Commit

Permalink
improving logs
Browse files Browse the repository at this point in the history
  • Loading branch information
fokosun committed Aug 21, 2023
1 parent d74f75b commit 64979c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/UserController.php
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ public function generateOtp(Request $request, Otp $otp)
'Error sending OTP email',
[
'identifier' => $identifier,
'errorMsg' => $exception
'errorMsg' => $exception->getMessage()
]
);

Expand Down

0 comments on commit 64979c7

Please sign in to comment.