mirror of
https://github.com/LanceGin/jsotp.git
synced 2026-05-05 00:00:03 +08:00
backup
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* @module : HOTP module to generate and verify HOTP password
|
||||
* @author : Gin (gin.lance.inside@hotmail.com)
|
||||
*/
|
||||
|
||||
import OTP from './otp';
|
||||
|
||||
class HOTP extends OTP {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user