Add global header to user settings page

Use Layouts.authenticated instead of Layouts.app for consistent
navigation across the application.
This commit is contained in:
Graham McIntire 2026-01-04 11:38:07 -06:00
parent 5fdb0e81fd
commit 6fbdf9a9b8
No known key found for this signature in database

View file

@ -1,4 +1,4 @@
<Layouts.app flash={@flash} current_scope={@current_scope}>
<Layouts.authenticated flash={@flash} current_organization={nil}>
<div class="text-center">
<.header>
Account Settings
@ -37,4 +37,4 @@
Save Password
</.button>
</.form>
</Layouts.app>
</Layouts.authenticated>