@extends('layouts.app') @section('title') {{ __('2fa_security') }} @endsection @section('partner') active @endsection @section('section.header') {{ __('setting_2fa_security') }} {{ __('2fa_security') }} {{ __('information') }} @endsection @section('section.content') @if (Session::has('success')) {{ Session::get('success') }} @endif @if (Session::has('error')) {{ Session::get('error') }} @endif {{ __('2fa_authenticator_setting') }} @if (session('status')) {{ session('status') }} @endif {{ __('2fa_authenticator') }} is_2fa_enabled ? 'checked' : '' }}> @if (!$user->is_2fa_enabled) {{ __('Xác thực mã Google Authenticator') }} × @if ($qrCode != null) {!! $qrCode !!} Quét mã QR code bằng ứng dụng xác thực 2FA của bạn để kích hoạt xác thực hai yếu tố. Sau khi kích hoạt, bạn sẽ cần nhập mã xác thực 2FA khi đăng nhập vào tài khoản. @else @csrf Tạo mã QR @endif @csrf @method('PUT') @error('one_time_password') * {{ $message }} @enderror @endif @if ($user->is_2fa_enabled) {{ __('Xác thực tắt Google Authenticator') }} × Bạn có chắc muốn tắt tính năng xác thực 2FA? @endif @endsection @section('styles') @endsection @section('scripts') @endsection
Quét mã QR code bằng ứng dụng xác thực 2FA của bạn để kích hoạt xác thực hai yếu tố.
Sau khi kích hoạt, bạn sẽ cần nhập mã xác thực 2FA khi đăng nhập vào tài khoản.
Bạn có chắc muốn tắt tính năng xác thực 2FA?