@extends('settings.template') @section('section')

Security


Two-factor authentication

@if($user->{'2fa_enabled'}) Enabled @endif

@if($user->{'2fa_enabled'}) @include('settings.security.2fa.partial.edit-panel') @else @include('settings.security.2fa.partial.disabled-panel') @endif
@include('settings.security.log-panel') @include('settings.security.device-panel') @if(config('pixelfed.account_deletion') && !$user->is_admin)

Danger Zone

@endif
@endsection