@@ -227,7 +227,7 @@ class="flex absolute top-2 right-2 justify-center items-center w-8 h-8 rounded-f
227
227
<h4 class =" mb-2 text-lg font-semibold" >Confirm Actions</h4 >
228
228
<p class =" mb-2 text-sm" >{{ $confirmationLabel } } </p >
229
229
<div class =" relative mb-2" >
230
- <input type =" text" x-model =" confirmationText"
230
+ <input autocomplete = " off " type =" text" x-model =" confirmationText"
231
231
class =" p-2 pr-10 w-full text-black rounded cursor-text input" readonly >
232
232
<button @click =" copyConfirmationText()"
233
233
class =" absolute right-2 top-1/2 text-gray-500 transform -translate-y-1/2 hover:text-gray-700"
@@ -255,7 +255,7 @@ class="absolute right-2 top-1/2 text-gray-500 transform -translate-y-1/2 hover:t
255
255
class =" block mt-4 text-sm font-medium text-gray-700 dark:text-gray-300" >
256
256
{{ $shortConfirmationLabel } }
257
257
</label >
258
- <input type =" text" x-model =" userConfirmationText"
258
+ <input autocomplete = " off " type =" text" x-model =" userConfirmationText"
259
259
class =" p-2 mt-1 w-full text-black rounded input" >
260
260
</div >
261
261
@endif
@@ -272,7 +272,7 @@ class="p-2 mt-1 w-full text-black rounded input">
272
272
class =" block text-sm font-medium text-gray-700 dark:text-gray-300" >
273
273
Your Password
274
274
</label >
275
- <input type =" password" id =" password-confirm" x-model =" password" class =" w-full input"
275
+ <input autocomplete = " off " type =" password" id =" password-confirm" x-model =" password" class =" w-full input"
276
276
placeholder =" Enter your password" >
277
277
<p x-show =" passwordError" x-text =" passwordError" class =" mt-1 text-sm text-red-500" ></p >
278
278
@error (' password' )
0 commit comments