mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-15 02:45:23 +02:00
Added a built-in password generator to the shared input
This commit is contained in:
@@ -10,7 +10,12 @@ export const ToggleVisibilityInput = ({ ...props }: InputProps) => {
|
||||
|
||||
return (
|
||||
<div className="flex w-full items-center space-x-2">
|
||||
<Input ref={inputRef} type={"password"} {...props} />
|
||||
<Input
|
||||
ref={inputRef}
|
||||
{...props}
|
||||
type="password"
|
||||
enablePasswordGenerator={false}
|
||||
/>
|
||||
<Button
|
||||
variant={"secondary"}
|
||||
onClick={() => {
|
||||
|
||||
Reference in New Issue
Block a user