fix(auth): Bitwarden autofill fix on local/Jellyfin login (2) (#1487)
* Update JellyfinLogin.tsx * Update LocalLogin.tsx * Update index.tsx * Update index.tsx prettier * Update JellyfinLogin.tsx * Update LocalLogin.tsx * Update index.tsx
This commit is contained in:
@@ -29,7 +29,6 @@ const SensitiveInput = ({ as = 'input', ...props }: SensitiveInputProps) => {
|
|||||||
data-form-type="other"
|
data-form-type="other"
|
||||||
data-1pignore="true"
|
data-1pignore="true"
|
||||||
data-lpignore="true"
|
data-lpignore="true"
|
||||||
data-bwignore="true"
|
|
||||||
{...componentProps}
|
{...componentProps}
|
||||||
className={`rounded-l-only ${componentProps.className ?? ''}`}
|
className={`rounded-l-only ${componentProps.className ?? ''}`}
|
||||||
type={
|
type={
|
||||||
|
|||||||
Reference in New Issue
Block a user