switches on prefs

This commit is contained in:
gabryon99 2020-02-13 19:29:30 +01:00
parent fab2946404
commit a1d2f80d82
3 changed files with 34 additions and 27 deletions

View file

@ -62,11 +62,6 @@ if(haveAdminPrivileges()) then
break
end
end
if not one_enabled then
-- at least one auth method should be enabled
_POST["toggle_local_auth"] = "1"
end
end
end