mirror of
https://github.com/formbricks/formbricks.git
synced 2026-03-13 12:39:25 -05:00
changed id name to previous one
This commit is contained in:
@@ -51,8 +51,8 @@ export const ResetPasswordForm = () => {
|
||||
</label>
|
||||
<div className="mt-1">
|
||||
<PasswordInput
|
||||
id="resetPassword"
|
||||
name="resetPassword"
|
||||
id="password"
|
||||
name="password"
|
||||
value={password ? password : ""}
|
||||
onChange={(e) => setPassword(e.target.value)}
|
||||
autoComplete="current-password"
|
||||
|
||||
Reference in New Issue
Block a user