mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-03-14 12:23:33 +00:00
chore: remove mac_address param web mirror trmnl client
This commit is contained in:
parent
b96a96155d
commit
344286a5d3
2 changed files with 2 additions and 18 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue