1
0
Fork 0

Update app.js

Fix missing break.
master
Andrew Gregory 2022-03-23 16:30:24 +08:00 committed by GitHub
parent 47332eba50
commit 05b75d2241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -353,6 +353,7 @@ function onSwipe(e) {
state.hotp.hotp = CALCULATING;
drawToken(state.id);
}
break;
}
timerCalc();
}