Fix som Bugs #33
This commit is contained in:
@@ -289,7 +289,7 @@ export const PasswordForm = (): React.JSX.Element => {
|
||||
</span>
|
||||
<input
|
||||
{...form.register("password")}
|
||||
type="text"
|
||||
type="password"
|
||||
className="input input-bordered w-full"
|
||||
defaultValue={""}
|
||||
/>
|
||||
@@ -303,7 +303,7 @@ export const PasswordForm = (): React.JSX.Element => {
|
||||
</span>
|
||||
<input
|
||||
{...form.register("newPassword")}
|
||||
type="text"
|
||||
type="password"
|
||||
className="input input-bordered w-full"
|
||||
defaultValue={""}
|
||||
/>
|
||||
@@ -317,7 +317,7 @@ export const PasswordForm = (): React.JSX.Element => {
|
||||
</span>
|
||||
<input
|
||||
{...form.register("newPasswordConfirm")}
|
||||
type="text"
|
||||
type="password"
|
||||
className="input input-bordered w-full"
|
||||
defaultValue={""}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user