feat: enable password generator for database inputs and disable it for profile settings

This commit is contained in:
Mauricio Siu
2026-01-12 09:19:22 -06:00
parent 5ddcdd843c
commit 18d980c3ff
7 changed files with 4 additions and 11 deletions

View File

@@ -10,12 +10,7 @@ export const ToggleVisibilityInput = ({ ...props }: InputProps) => {
return (
<div className="flex w-full items-center space-x-2">
<Input
ref={inputRef}
{...props}
type="password"
enablePasswordGenerator={false}
/>
<Input ref={inputRef} {...props} type="password" />
<Button
variant={"secondary"}
onClick={() => {