Skip to content

Commit

Permalink
feat: Adding more question for captcha
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Apr 7, 2021
1 parent 0051c70 commit 43db78b
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions pkg/ketchup/security.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ type SecurityQuestion struct {

var (
colors = map[int64]SecurityQuestion{
0: {"❄️ and 🧻 are both ?", "white"},
1: {"☀️ and 🍋 are both ?", "yellow"},
2: {"🥦 and 🥝 are both ?", "green"},
3: {"👖 and 💧 are both ?", "blue"},
4: {"🍅 and 🩸 are both ?", "red"},
5: {"🍆 and ☂️ are both ?", "purple"},
6: {"🦓 and 🕳 are both ?", "black"},
7: {"🍊 and 🥕 are both ?", "orange"},
0: {"❄️ and 🧻 are both?", "white"},
1: {"☀️ and 🍋 are both?", "yellow"},
2: {"🥦 and 🥝 are both?", "green"},
3: {"👖 and 💧 are both?", "blue"},
4: {"🍅 and 🩸 are both?", "red"},
5: {"🍆 and ☂️ are both?", "purple"},
6: {"🦓 and 🕳 are both?", "black"},
7: {"🍊 and 🥕 are both?", "orange"},
8: {"🟥 mixed with 🟦 give?", "purple"},
9: {"🟨 mixed with 🟥 give?", "orange"},
10: {"🟦 mixed with 🟨 give?", "green"},
}
)

0 comments on commit 43db78b

Please sign in to comment.