fix: block button

This commit is contained in:
naiba
2024-12-23 19:47:57 +08:00
parent 5bd24668c7
commit 73bb668c83
5 changed files with 5 additions and 4 deletions

View File

@@ -15,6 +15,7 @@ export const wafBlockReasons: Record<number, string> = {
1: i18n.t("LoginFailed"),
2: i18n.t("BruteForceAttackingToken"),
3: i18n.t("BruteForceAttackingAgentSecret"),
4: i18n.t("BlockByUser"),
}
export const wafBlockIdentifiers: Record<number, string> = {