pin panel shouldn't come up on authorized connections
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user