mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix swal JS error
This commit is contained in:
parent
b78a2537a9
commit
0d4a94ffb6
@ -69,7 +69,7 @@
|
|||||||
swal("{!! trans('texts.please_register') !!}");
|
swal("{!! trans('texts.please_register') !!}");
|
||||||
return;
|
return;
|
||||||
@elseif ( ! Auth::check() || ! Auth::user()->confirmed)
|
@elseif ( ! Auth::check() || ! Auth::user()->confirmed)
|
||||||
swal("{!! trans('texts.confirmation_required', ['link' => link_to('/resend_confirmation', trans('texts.click_here'))]) !!}");
|
swal({!! json_encode(trans('texts.confirmation_required', ['link' => link_to('/resend_confirmation', trans('texts.click_here'))])) !!});
|
||||||
return;
|
return;
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user