pin panel shouldn't come up on authorized connections

This commit is contained in:
2025-12-29 21:29:27 -05:00
parent e5848f0e79
commit 6f4ff1af8b
2 changed files with 46 additions and 16 deletions

View File

@ -173,4 +173,13 @@ function utils.sendPasswordAttempt(password)
return false
end
function utils.sendPasswordRequest()
if config.enableMessaging then
gate.sendStargateMessage("IRIS_PASSWORD_REQUIRED")
utils.log("Sent password request")
return true
end
return false
end
return utils