fediauth/qrencode.spec.lua

5 lines
109 B
Lua
Raw Normal View History

2023-01-28 17:49:12 +01:00
mtt.register("otp.qrcode", function(callback)
assert(type(otp.qrcode) == "function")
callback()
end)