define SettingScope
This commit is contained in:
@@ -16,6 +16,13 @@ module.exports = {
|
|||||||
makeTOTP,
|
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 ----------------------------------//
|
//----------------------------------- Function definitions ----------------------------------//
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user