ソースを参照

fix some browser autofill password when authorization plugin (#18661)

tags/1.3.1
非法操作 6ヶ月前
コミット
69d3853111
コミッターのメールアドレスに関連付けられたアカウントが存在しません

+ 1
- 0
web/app/components/header/account-setting/model-provider-page/model-modal/Input.tsx ファイルの表示

@@ -39,6 +39,7 @@ const Input: FC<InputProps> = ({
return (
<div className='relative'>
<input
autoComplete="new-password"
tabIndex={0}
className={`
block h-8 w-full appearance-none rounded-lg border border-transparent bg-components-input-bg-normal px-3 text-sm

読み込み中…
キャンセル
保存