@extends('layouts.app') @section('title', '2FA Settings') @push('stylesheets') @include('admin-controls.partials.settings-styles') @endpush @section('contents') Enable Two-Factor Authentication When enabled, all users will be required to enter a verification code sent to their email during login. is_enabled) ? 'checked' : '' }}> Select users who should skip 2FA and login directly with email + password. Users who bypass 2FA @foreach ($allUsers as $value => $text) {{ $text }} @endforeach @endsection @push('scripts') @endpush
When enabled, all users will be required to enter a verification code sent to their email during login.
Select users who should skip 2FA and login directly with email + password.