From 787d5f11e07c24ec2281e444736c46f6e56ae920 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Wed, 9 Aug 2023 21:00:35 +0200 Subject: [PATCH] Fixed dynamic manifest didn't work with enabled authentication --- views/layout/default.blade.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/views/layout/default.blade.php b/views/layout/default.blade.php index 46ce60ab..ae4d31ff 100644 --- a/views/layout/default.blade.php +++ b/views/layout/default.blade.php @@ -15,8 +15,12 @@ type="image/png" sizes="32x32" href="{{ $U('/img/icon-32.png?v=', true) }}{{ $version }}"> + + @if (GROCY_AUTHENTICATED) + @endif @yield('title') | Grocy