@extends('layouts.app') @section('title', 'Disable 2FA - ' . config('app.name', 'Laravel 2FA')) @section('content')

Disable Two-Factor Authentication

Enter your password and current 2FA code to disable

Security Warning

Disabling 2FA will reduce your account security. Make sure this is what you want to do.

@csrf @if ($errors->any())

Verification Failed

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Enter the 6-digit code from your authenticator app

@endsection