mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-19 22:19:49 -04:00
Prevent tab focus on show password button
This commit is contained in:
@@ -138,6 +138,7 @@ export const PasswordInput = forwardRef<HTMLInputElement, PasswordInputProps>((p
|
||||
onClick={() => setShowPassword(!showPassword)}
|
||||
size="icon"
|
||||
className={clsx(props.buttonClassnames)}
|
||||
tabIndex={-1}
|
||||
>
|
||||
<CurrentEyeIcon className="h-4 w-4" />
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user