You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Log::error('Failed to send login email change message.', [
128
+
'type' => $type,
129
+
'recipient' => $email,
130
+
'user_id' => $mailable->user->id ?? null,
131
+
'message' => $exception->getMessage(),
132
+
]);
133
+
134
+
throw ValidationException::withMessages([
135
+
$type === 'confirmation' ? 'new_email' : 'email' => 'We could not send the email right now. Please try again in a few minutes or contact info@codeweek.eu.',
0 commit comments