Skip to content

Commit

Permalink
chore: add type
Browse files Browse the repository at this point in the history
  • Loading branch information
naiba committed Dec 30, 2024
1 parent aaa8baf commit d54372f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const wafBlockReasons: Record<number, string> = {
2: i18n.t("BruteForceAttackingToken"),
3: i18n.t("BruteForceAttackingAgentSecret"),
4: i18n.t("BlockByUser"),
5: i18n.t("WAFBlockReasonTypeBruteForceOauth2"),
}

export const wafBlockIdentifiers: Record<number, string> = {
Expand Down

0 comments on commit d54372f

Please sign in to comment.