Skip to content

Commit

Permalink
Dropping lazy mock
Browse files Browse the repository at this point in the history
  • Loading branch information
HughParry committed Feb 12, 2025
1 parent a500f27 commit 1be935d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/provider/src/api/admin/apiRegisterSiteKeyEndpoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ import type { ClientTaskManager } from "../../tasks/client/clientTasks.js";

type RegisterSitekeyBodyType = typeof RegisterSitekeyBody;

// TODO: MOVE THIS. DON'T LET ME ACCIDENTALLY COMMIT INTO PROD
const defaultSettings = {
captchaType: "frictionless" as CaptchaType,
frictionlessThreshold: 0.5,
powDifficulty: 4,
domains: [],
};

class ApiRegisterSiteKeyEndpoint
implements ApiEndpoint<RegisterSitekeyBodyType>
{
Expand Down

0 comments on commit 1be935d

Please sign in to comment.