chore: remove mac_address param web mirror trmnl client

This commit is contained in:
Gabriele Lauricella 2026-02-07 17:38:45 +01:00 committed by Benjamin Nussbaum
parent b96a96155d
commit 344286a5d3
2 changed files with 2 additions and 18 deletions

View file

@ -559,7 +559,7 @@ new class extends Component
<flux:modal name="mirror-url" class="md:w-96">
@php
$mirrorUrl = url('/mirror/index.html') . '?mac_address=' . urlencode($device->mac_address) . '&api_key=' . urlencode($device->api_key);
$mirrorUrl = url('/mirror/index.html') . '?api_key=' . urlencode($device->api_key);
@endphp
<div class="space-y-6">