Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
coreybutler committed Jun 22, 2024
1 parent 3c82bea commit 7b1881f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as PEM from './encoding/pem.js'
cretimport * as PEM from './encoding/pem.js'
import * as Base64 from './encoding/base64.js'
import * as Base32 from './encoding/base32.js'
import * as RSA from './keys/rsa.js'
Expand Down Expand Up @@ -377,7 +377,7 @@ function normalizeData(data) {
}
}

const { HOTP, TOTP } = OTP
const { HOTP, TOTP, generateSecret } = OTP

export {
RSA,
Expand All @@ -390,5 +390,6 @@ export {
OTP,
HOTP,
TOTP,
generateOTPSecret: generateSecret,
// JWT
}

0 comments on commit 7b1881f

Please sign in to comment.