Skip to content

Commit 2d39f84

Browse files
committed
Run composer cs-fix
1 parent 570377b commit 2d39f84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Controllers/MagicLinkController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ public function loginAction()
9797

9898
if ($email->send(false) === false) {
9999
log_message('error', $email->printDebugger(['headers']));
100+
100101
return redirect()->route('magic-link')->with('error', lang('Auth.unableSendEmailToUser', [$user->email]));
101102
}
102103

0 commit comments

Comments
 (0)