@php $profile = getUser(); $google = 'https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=vi'; $apple = 'https://apps.apple.com/us/app/google-authenticator/id388497605'; @endphp @extends($_layout.'master') @section('title', 'Thiết lập 2FA') @section('show_sidebar', 1) @section('content')
Setup 2FA

Tải Ứng dụng

Để có thể sử dụng tính năng 2FA, trước tiên bạn cần tải về ứng dụng
Google Authenticator

Quét QR Code

Vui lòng quét mã QR hoặc chép lại mã Auth để thiết lập 2FA

Thiết lập cho {{auth()->user()->email}}.
Mã: {{ $secret }}

Xác minh

Nhập mã xác minh để hoàn tất thiết lập

{{$one_time_password?$one_time_password:'Vui lòng nhập mã xác thực'}}
@endsection @section('js') @endsection