Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
byewokko committed May 13, 2024
1 parent 7494df2 commit 397f223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/auth/passwd/ResetPwdScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ function ResetPwdCard(props) {
const { handleSubmit, register, getValues, watch, formState: { errors, isSubmitting } } = useForm();

generatePenrose();
let history = useHistory();

const history = useHistory();

const [ completed, setCompleted ] = useState(false);
const [ passwordCriteria, setPasswordCriteria ] = useState({
Expand Down

0 comments on commit 397f223

Please sign in to comment.