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:
parent
5fdb0e81fd
commit
6fbdf9a9b8
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue