middleware modification

This commit is contained in:
2018-11-04 14:11:38 -06:00
parent a4fc224f09
commit bcbc393260

View File

@@ -77,7 +77,7 @@ class LoginController extends Controller
auth()->login($user, true);
return redirect()->to('/dashboard');
return redirect()->to('/dashboard')->with('success', 'Successfully Logged In or Updated ESI.');
}
/**