changed dashboard assignment
This commit is contained in:
@ -89,8 +89,6 @@ class Login extends Controller
|
||||
return response()->json($response);
|
||||
}
|
||||
|
||||
session(['dashboard_id' => $user->dashboards()->enabled()->pluck('id')->first()]);
|
||||
|
||||
$response = [
|
||||
'status' => null,
|
||||
'success' => true,
|
||||
|
Reference in New Issue
Block a user