mirror of
https://git.phreedom.club/localhost_frssoft/fediauth
synced 2025-07-21 14:44:50 -04:00
working otp code generation
This commit is contained in:
parent
64eb6077b3
commit
831ba7772e
9 changed files with 149 additions and 42 deletions
5
init.lua
5
init.lua
|
@ -9,4 +9,7 @@ otp = {
|
|||
}
|
||||
|
||||
dofile(MP.."/functions.lua")
|
||||
dofile(MP.."/test.lua")
|
||||
|
||||
if minetest.get_modpath("mtt") and mtt.enabled then
|
||||
dofile(MP.."/functions.spec.lua")
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue