@extends('layouts.partner') @section('content') Settings Reset Password Two Factor Authentication @csrf @method('PATCH') Old Password @if ($errors->has('old_password')) {{ $errors->first('old_password') }} @endif New Password @if ($errors->has('password')) {{ $errors->first('password') }} @endif Confirm Password Save @if (auth()->user()->two_fa) Two Factor Authentication @csrf 2FA is enabled and the confirmation codes are sent to the following email address Verification Email Disable @else Two Factor Authentication When 2FA is enabled you will get the confirmation code on the following email address Verification Email Enter code sent to your email Wait 00:59 seconds to resend the code Resend Congratulations! Two Factor Authentication is now enabled Please wait while we send the confirmation code... Continue @endif @section('script') @endsection @endsection
2FA is enabled and the confirmation codes are sent to the following email address
When 2FA is enabled you will get the confirmation code on the following email address
Enter code sent to your email
Two Factor Authentication is now enabled