testing
This commit is contained in:
@@ -73,7 +73,7 @@ class EveLoginController extends Controller
|
||||
} catch (Throwable $e) {
|
||||
// For now: fail back to login with a generic error.
|
||||
// Later you can add logging/telemetry.
|
||||
return redirect()->route('login')->with('error', 'SSO login failed. Please try again.');
|
||||
return redirect()->route('login')->with('error', $e);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user