You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<x-forms.checkboxinstantSaveid="disable_two_step_confirmation"label="Disable Two Step Confirmation"
136
-
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." />
137
-
</div>
138
-
@else
139
-
<divclass="md:w-96 pb-4">
140
-
<x-modal-confirmationtitle="Disable Two Step Confirmation?"
141
-
buttonTitle="Disable Two Step Confirmation"isErrorButtonsubmitAction="toggleTwoStepConfirmation"
142
-
:actions="[
143
-
'Tow Step confimation will be disabled globally.',
144
-
'Disabling two step confirmation reduces security (as anyone can easily delete anything).',
145
-
'The risk of accidental actions will increase.',
146
-
]"confirmationText="DISABLE TWO STEP CONFIRMATION"
147
-
confirmationLabel="Please type the confirmation text to disable two step confirmation."
148
-
shortConfirmationLabel="Confirmation text"step3ButtonText="Disable Two Step Confirmation" />
<x-forms.checkboxinstantSaveid="disable_two_step_confirmation"label="Disable Two Step Confirmation"
145
+
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." />
146
+
</div>
147
+
@else
148
+
<divclass="md:w-96 pb-4">
149
+
<x-modal-confirmationtitle="Disable Two Step Confirmation?"
150
+
buttonTitle="Disable Two Step Confirmation"isErrorButtonsubmitAction="toggleTwoStepConfirmation"
151
+
:actions="[
152
+
'Tow Step confimation will be disabled globally.',
153
+
'Disabling two step confirmation reduces security (as anyone can easily delete anything).',
154
+
'The risk of accidental actions will increase.',
155
+
]"confirmationText="DISABLE TWO STEP CONFIRMATION"
156
+
confirmationLabel="Please type the confirmation text to disable two step confirmation."
157
+
shortConfirmationLabel="Confirmation text"step3ButtonText="Disable Two Step Confirmation" />
0 commit comments