Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
feat(policy): request password from mqtt
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelje authored and ajsb85 committed Dec 28, 2017
1 parent 805c7dc commit e7df894
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -581,7 +581,7 @@ public void policiesDevice(JSONObject json) {
}

if (jsonPolicie.has("passwordEnabled")) {
// Nothing
mdm.enablePassword();
}

if (jsonPolicie.has(MIN_LETTERS)) {
Expand Down

0 comments on commit e7df894

Please sign in to comment.