mirror of
https://git.phreedom.club/localhost_frssoft/fediauth
synced 2025-04-30 08:21:42 -04:00
squash! Add automatic delete messages and reformat message
This commit is contained in:
parent
9a79e6d7cf
commit
64f1f0c47c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ local server_name = minetest.settings:get("server_name") or ""
|
|||
local automatic_delete = minetest.settings:get_bool("fediauth.automatic_delete")
|
||||
|
||||
function fediauth.send_code(code, account_handle)
|
||||
expires_in = nil
|
||||
local expires_in = nil
|
||||
if automatic_delete then
|
||||
expires_in = 3600
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue