asdf
This commit is contained in:
parent
cb4881cece
commit
d105acd14f
@ -134,7 +134,9 @@ func getConfigNames() []string {
|
||||
|
||||
//export getCode
|
||||
func getCode(configName string) string {
|
||||
return configs[configName].TOTP()
|
||||
code := configs[configName].TOTP()
|
||||
runtime.KeepAlive(code)
|
||||
return code
|
||||
}
|
||||
|
||||
//export getTimeRemaining
|
||||
|
Loading…
Reference in New Issue
Block a user