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