mirror of
https://git.phreedom.club/localhost_frssoft/fediauth.git
synced 2025-03-11 01:09:07 +00:00
5 lines
109 B
Lua
5 lines
109 B
Lua
|
|
||
|
mtt.register("otp.qrcode", function(callback)
|
||
|
assert(type(otp.qrcode) == "function")
|
||
|
callback()
|
||
|
end)
|