testing
This commit is contained in:
@@ -70,10 +70,10 @@ class EveLoginController extends Controller
|
||||
return redirect()->route('dashboard');
|
||||
} catch (Throwable $e) {
|
||||
report($e);
|
||||
|
||||
dd($e);
|
||||
return redirect()
|
||||
->route('login')
|
||||
->with('error', 'SSO login failed. Please try again.');
|
||||
->with('error', $e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user