Disable browser autocomplete on proxy password

This commit is contained in:
Cohee 2024-01-31 04:00:21 +02:00
parent e08361cb97
commit be62903adb
1 changed files with 1 additions and 1 deletions

View File

@ -2096,7 +2096,7 @@
</span> </span>
</div> </div>
<div class="flex-container width100p"> <div class="flex-container width100p">
<input id="openai_proxy_password" type="password" class="text_pole flex1" placeholder="" maxlength="500" form="openai_form" /> <input id="openai_proxy_password" type="password" class="text_pole flex1" placeholder="" maxlength="500" form="openai_form" autocomplete="off" />
<div id="openai_proxy_password_show" title="Peek a password" class="menu_button fa-solid fa-eye-slash fa-fw"></div> <div id="openai_proxy_password_show" title="Peek a password" class="menu_button fa-solid fa-eye-slash fa-fw"></div>
</div> </div>
</div> </div>