fixed user/admin settings page error
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user