add dd to troubleshoot email sending
This commit is contained in:
@@ -35,8 +35,6 @@ class OtpController extends Controller
|
||||
'otp_expires_at' => null
|
||||
]);
|
||||
|
||||
// Log the staff member in
|
||||
// NOTE: If using a specific guard, use Auth::guard('staff')->login($staff);
|
||||
Auth::login($staff);
|
||||
|
||||
// Clear the temp session
|
||||
|
||||
Reference in New Issue
Block a user