define SettingScope

This commit is contained in:
2022-11-05 23:32:26 -07:00
parent 4c7d3533a3
commit 73a405c008

View File

@@ -16,6 +16,13 @@ module.exports = {
makeTOTP,
};
const SettingScope = {
// query a setting first from the login, then the store, then globally
Login: "login",
// query a setting first from the store, then globally
Store: "store",
};
//----------------------------------- Function definitions ----------------------------------//
/**