fixed user/admin settings page error

This commit is contained in:
Naser Mansour
2026-01-08 19:21:47 +02:00
parent dfee2ff5c8
commit 508ce8f918
6 changed files with 23 additions and 7 deletions
@@ -181,8 +181,8 @@ new class extends Component {
@include('partials.settings-heading')
<x-settings.layout
:heading="__('Two Factor Authentication')"
:subheading="__('Manage your two-factor authentication settings')"
:heading="__('navigation.two_factor_heading')"
:subheading="__('navigation.two_factor_subheading')"
>
<div class="flex flex-col w-full mx-auto space-y-6 text-sm" wire:cloak>
@if ($twoFactorEnabled)