fix-mobile-qr-layout (#44)

Co-authored-by: Forgejo Actions <actions@git.mcintire.me>
Reviewed-on: graham/towerops-web#44
This commit is contained in:
Graham McIntire 2026-03-16 14:24:51 -05:00 committed by graham
parent 8abf01ccb1
commit 72ab9274c7

View file

@ -108,7 +108,7 @@ defmodule ToweropsWeb.MobileQRLive do
@impl true
def render(assigns) do
~H"""
<Layouts.app flash={@flash} timezone={@timezone}>
<Layouts.authenticated flash={@flash} current_scope={@current_scope}>
<div class="mx-auto max-w-4xl">
<.header>
Link Mobile App
@ -252,7 +252,7 @@ defmodule ToweropsWeb.MobileQRLive do
</.link>
</div>
</div>
</Layouts.app>
</Layouts.authenticated>
"""
end
end