fix: Escape apostrophes in JSX and remove autoFocus attributes to resolve ESLint errors
This commit is contained in:
@@ -183,7 +183,6 @@ export default function ResetPasswordPage() {
|
||||
onChange={(e) => setNewPassword(e.target.value)}
|
||||
disabled={loading}
|
||||
required
|
||||
autoFocus
|
||||
InputProps={{
|
||||
endAdornment: (
|
||||
<InputAdornment position="end">
|
||||
|
||||
Reference in New Issue
Block a user