Refactor settings index.blade.php to add missing div tag
This commit is contained in:
parent
3b0029c400
commit
d9a9205e49
1 changed files with 2 additions and 0 deletions
|
|
@ -142,6 +142,7 @@ class="px-4 py-2 cursor-pointer hover:bg-gray-100 dark:hover:bg-coolgray-300 tex
|
||||||
helper="When disabled, you will not need to confirm actions with a text and user password. This significantly reduces security and may lead to accidental deletions or unwanted changes. Use with extreme caution, especially on production servers." />
|
helper="When disabled, you will not need to confirm actions with a text and user password. This significantly reduces security and may lead to accidental deletions or unwanted changes. Use with extreme caution, especially on production servers." />
|
||||||
</div>
|
</div>
|
||||||
@else
|
@else
|
||||||
|
<div class="md:w-96 pb-4">
|
||||||
<x-modal-confirmation title="Disable Two Step Confirmation?" buttonTitle="Disable Two Step Confirmation"
|
<x-modal-confirmation title="Disable Two Step Confirmation?" buttonTitle="Disable Two Step Confirmation"
|
||||||
isErrorButton submitAction="toggleTwoStepConfirmation" :actions="[
|
isErrorButton submitAction="toggleTwoStepConfirmation" :actions="[
|
||||||
'Tow Step confimation will be disabled globally.',
|
'Tow Step confimation will be disabled globally.',
|
||||||
|
|
@ -151,6 +152,7 @@ class="px-4 py-2 cursor-pointer hover:bg-gray-100 dark:hover:bg-coolgray-300 tex
|
||||||
confirmationText="DISABLE TWO STEP CONFIRMATION"
|
confirmationText="DISABLE TWO STEP CONFIRMATION"
|
||||||
confirmationLabel="Please type the confirmation text to disable two step confirmation."
|
confirmationLabel="Please type the confirmation text to disable two step confirmation."
|
||||||
shortConfirmationLabel="Confirmation text" step3ButtonText="Disable Two Step Confirmation" />
|
shortConfirmationLabel="Confirmation text" step3ButtonText="Disable Two Step Confirmation" />
|
||||||
|
</div>
|
||||||
@endif
|
@endif
|
||||||
<div class="p-4 mb-4 text-white border-l-4 border-red-500 bg-error md:w-[40rem] w-full mb-32">
|
<div class="p-4 mb-4 text-white border-l-4 border-red-500 bg-error md:w-[40rem] w-full mb-32">
|
||||||
<p class="font-bold">Warning!</p>
|
<p class="font-bold">Warning!</p>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue