Clean up error log

This commit is contained in:
Hillel Coren 2017-08-23 17:31:28 +03:00
parent 88ae5184ef
commit 4d28af39f3

View File

@ -123,7 +123,7 @@
@if (Auth::user()->registered)
hideSignUp();
NINJA.formIsChanged = false;
location.reload();
location.href = "{{ url('/dashboard') }}";
@else
handleSignedUp();
NINJA.isRegistered = true;