diff --git a/src/helpers.js b/src/helpers.js index 9e92dd3..89690b1 100644 --- a/src/helpers.js +++ b/src/helpers.js @@ -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 ----------------------------------// /**