mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
auth check
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
</p>
|
||||
</div>
|
||||
<div class="w-full sm:w-1/2">
|
||||
@if(auth()->check())
|
||||
<x-button
|
||||
class="relative"
|
||||
primary
|
||||
@@ -23,6 +24,7 @@
|
||||
<i class="fa-thin fa-comments"></i>
|
||||
Chat
|
||||
</x-button>
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user