mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Clean up error log
This commit is contained in:
parent
88ae5184ef
commit
4d28af39f3
@ -123,7 +123,7 @@
|
|||||||
@if (Auth::user()->registered)
|
@if (Auth::user()->registered)
|
||||||
hideSignUp();
|
hideSignUp();
|
||||||
NINJA.formIsChanged = false;
|
NINJA.formIsChanged = false;
|
||||||
location.reload();
|
location.href = "{{ url('/dashboard') }}";
|
||||||
@else
|
@else
|
||||||
handleSignedUp();
|
handleSignedUp();
|
||||||
NINJA.isRegistered = true;
|
NINJA.isRegistered = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user