Skip to content

Commit c18cbf5

Browse files
authored
Merge pull request #50 from dcblogdev/bigfix/wrong-id-mismatch
fix label association for 2FA enforcement checkbox in application set…
2 parents d3bacc0 + 768a507 commit c18cbf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/livewire/admin/settings/application-settings.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<div class="flex items-center h-5">
1919
<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">
2020
</div>
21-
<label for="isOfficeLoginOnly" class="ml-3 flex flex-col cursor-pointer">
21+
<label for="isForced2Fa" class="ml-3 flex flex-col cursor-pointer">
2222
<span class="block text-sm font-medium text-gray-900 dark:text-gray-300">
2323
{{ __('Enforce 2FA') }}
2424
</span>

0 commit comments

Comments
 (0)