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