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/>
|
<livewire:country.chooser/>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
@if(auth()->check())
|
||||||
<livewire:timezone.chooser/>
|
<livewire:timezone.chooser/>
|
||||||
|
@endif
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</flux:navlist.group>
|
</flux:navlist.group>
|
||||||
|
|||||||
Reference in New Issue
Block a user