We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3bacc0 + 768a507 commit c18cbf5Copy full SHA for c18cbf5
resources/views/livewire/admin/settings/application-settings.blade.php
@@ -18,7 +18,7 @@
18
<div class="flex items-center h-5">
19
<input wire:model="isForced2Fa" id="isForced2Fa" type="checkbox" class="h-4 w-4 text-light-blue-600 cursor-pointer focus:ring-light-blue-500 border-gray-300">
20
</div>
21
- <label for="isOfficeLoginOnly" class="ml-3 flex flex-col cursor-pointer">
+ <label for="isForced2Fa" class="ml-3 flex flex-col cursor-pointer">
22
<span class="block text-sm font-medium text-gray-900 dark:text-gray-300">
23
{{ __('Enforce 2FA') }}
24
</span>
0 commit comments