changed dashboard assignment

This commit is contained in:
Denis Duliçi
2020-06-15 14:30:04 +03:00
parent 1934b93353
commit df03edcfff
2 changed files with 4 additions and 6 deletions

View File

@ -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,