This commit is contained in:
Andras Bacsai
2023-08-31 21:56:53 +02:00
parent 472ed0753d
commit e74efc4e76

View File

@@ -25,7 +25,6 @@
<body> <body>
@livewireScripts @livewireScripts
@auth
<x-toaster-hub /> <x-toaster-hub />
<x-version class="fixed left-2 bottom-1" /> <x-version class="fixed left-2 bottom-1" />
<script> <script>
@@ -78,7 +77,6 @@
if (message) Toaster.success(message) if (message) Toaster.success(message)
}) })
</script> </script>
@endauth
</body> </body>
@show @show