Export all of the tweak keys
This commit is contained in:
parent
3bbe8a58ed
commit
ce994f5daf
13 changed files with 13 additions and 13 deletions
|
|
@ -3,7 +3,7 @@ import { __ID__ } from "../consts.mjs";
|
|||
import { Logger } from "../utils/Logger.mjs";
|
||||
import { preventTweakRegistration } from "../utils/preRegisterTweak.mjs";
|
||||
|
||||
const key = `preventTokenRotation`;
|
||||
export const key = `preventTokenRotation`;
|
||||
|
||||
export function preventTokenRotation() {
|
||||
status[key] = SettingStatusEnum.Unknown;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue