Skip to content

Commit

Permalink
autofill
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed Aug 8, 2024
1 parent c887bb7 commit bf5d1a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/auth/totpDigits.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ export default function TwoFactAuth({
};

const handleChange = (index: number, newDigit: string) => {
console.log(newDigit);
if (/^[0-9]$/.test(newDigit) || newDigit === "") {
const newDigits = [...digits];
newDigits[index] = newDigit;
Expand Down

0 comments on commit bf5d1a3

Please sign in to comment.