We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee771b commit 56107e6Copy full SHA for 56107e6
1 file changed
src/lib/server/captcha.ts
@@ -8,7 +8,7 @@ export type Captcha = {
8
}[];
9
};
10
11
-const captchas = [
+const captchas: { name: string; preheading: string; heading: string; shuffle?: boolean; correct: boolean[] }[] = [
12
{
13
name: "jigsaw",
14
preheading: "Select all squares with a",
0 commit comments