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

This commit is contained in:
非法操作 2025-04-24 11:55:42 +08:00 committed by GitHub
parent d242e4b95b
commit 69d3853111
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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