Skip to content

Commit

Permalink
Merge pull request #763 from alexstotsky/lint-fix
Browse files Browse the repository at this point in the history
(fix) Lint error
  • Loading branch information
ezewer authored Jan 26, 2024
2 parents bc4dc4e + 0d3e3f4 commit 3977bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Auth/LoginOtp/LoginOtp.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const LoginOtp = ({
if (otp?.length === 6) {
handleOneTimePassword()
}
}, [otp]);
}, [otp])

return (
<div className='sign-in--otp'>
Expand Down

0 comments on commit 3977bb2

Please sign in to comment.