Allow FF to send events.

This commit is contained in:
James Cole
2015-04-03 23:22:23 +02:00
parent 74aa6e911e
commit 75d92bc7f0
3 changed files with 8 additions and 0 deletions

View File

@@ -81,6 +81,8 @@ class AuthController extends Controller
// set flash message
Session::flash('success', 'You have registered successfully!');
Session::flash('gaEventCategory', 'user');
Session::flash('gaEventAction', 'new-registration');
return redirect($this->redirectPath());