diff --git a/app/Support/Binder/AccountList.php b/app/Support/Binder/AccountList.php index f2b6497213..3c0cca2618 100644 --- a/app/Support/Binder/AccountList.php +++ b/app/Support/Binder/AccountList.php @@ -74,7 +74,7 @@ class AccountList implements BinderInterface return $collection; } } - Log::error('User is not logged in.'); + Log::error(sprintf('Trying to show account list (%s), but user is not logged in or list is empty.', $route->uri)); throw new NotFoundHttpException; } } diff --git a/public/images/logos/ynab.png b/public/images/logos/ynab.png new file mode 100644 index 0000000000..289ea469f5 Binary files /dev/null and b/public/images/logos/ynab.png differ