mirror of
https://github.com/adulau/hotp-js.git
synced 2025-01-18 05:51:53 +00:00
newline added
This commit is contained in:
parent
df149b65f6
commit
cf7a1529d8
1 changed files with 1 additions and 2 deletions
|
@ -34,7 +34,6 @@
|
|||
|
||||
*/
|
||||
|
||||
|
||||
function hotp(key, counter, format) {
|
||||
|
||||
function hotp_hexkeytobytestream(s) {
|
||||
|
@ -98,4 +97,4 @@ function hotp(key, counter, format) {
|
|||
return "unknown format";
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue