mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-14 12:06:46 +00:00
🔒 Restrict timezone chooser visibility to authenticated users
- Wrapped `<livewire:timezone.chooser/>` in an authentication check (`auth()->check()`) within the sidebar layout.
This commit is contained in:
@@ -119,7 +119,9 @@
|
||||
<livewire:country.chooser/>
|
||||
</div>
|
||||
<div>
|
||||
<livewire:timezone.chooser/>
|
||||
@if(auth()->check())
|
||||
<livewire:timezone.chooser/>
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
</flux:navlist.group>
|
||||
|
||||
Reference in New Issue
Block a user