diff --git a/stubs/default/resources/views/layouts/navigation.blade.php b/stubs/default/resources/views/layouts/navigation.blade.php index c083d6036..4e4c93d69 100644 --- a/stubs/default/resources/views/layouts/navigation.blade.php +++ b/stubs/default/resources/views/layouts/navigation.blade.php @@ -70,17 +70,9 @@
-
-
- - - -
- -
-
{{ Auth::user()->name }}
-
{{ Auth::user()->email }}
-
+
+
{{ Auth::user()->name }}
+
{{ Auth::user()->email }}
diff --git a/stubs/inertia-react/resources/js/Layouts/Authenticated.js b/stubs/inertia-react/resources/js/Layouts/Authenticated.js index 0caecfb54..0163a2407 100644 --- a/stubs/inertia-react/resources/js/Layouts/Authenticated.js +++ b/stubs/inertia-react/resources/js/Layouts/Authenticated.js @@ -101,9 +101,8 @@ export default function Authenticated({ auth, header, children }) {
-
+
{auth.user.name}
-
{auth.user.email}
diff --git a/stubs/inertia-vue/resources/js/Layouts/Authenticated.vue b/stubs/inertia-vue/resources/js/Layouts/Authenticated.vue index 68589aaea..684f77eff 100644 --- a/stubs/inertia-vue/resources/js/Layouts/Authenticated.vue +++ b/stubs/inertia-vue/resources/js/Layouts/Authenticated.vue @@ -68,7 +68,7 @@
-
+
{{ $page.props.auth.user.name }}
{{ $page.props.auth.user.email }}