chore: move 2fa settings

This commit is contained in:
Benjamin Nussbaum 2026-01-16 09:22:37 +01:00
parent 82079b21d5
commit e9986b424d
2 changed files with 6 additions and 3 deletions

View file

@ -7,9 +7,6 @@
@if(auth()?->user()?->oidc_sub === null)
<flux:navlist.item :href="route('user-password.edit')" wire:navigate>{{ __('Password') }}</flux:navlist.item>
@endif
@if (Laravel\Fortify\Features::canManageTwoFactorAuthentication() && auth()?->user()?->oidc_sub === null)
<flux:navlist.item :href="route('two-factor.show')" wire:navigate>{{ __('2FA') }}</flux:navlist.item>
@endif
<flux:navlist.item :href="route('settings.support')" wire:navigate>{{ __('Support') }}</flux:navlist.item>
</flux:navlist>
</div>