Fix typo in CAPTCHA settings

This commit is contained in:
Ben Sturmfels 2024-11-12 14:31:03 +11:00
parent d4a1cfcff4
commit ed74990b7c
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

@ -43,5 +43,4 @@ STRIPE_ENDPOINT_SECRET = get_secret(secrets, 'STRIPE_ENDPOINT_SECRET')
CAPTCHA_FLITE_PATH = '/usr/bin/flite'
CAPTCHA_SOX_PATH = '/usr/bin/sox'
CAPTCHA_LETTER_ROTATION = (-25, 25)
CAPTCHA_NOISE_FUNCITONS = ('captcha.helpers.noise_dots',)
CAPTCHA_NOISE_FUNCTIONS = ('captcha.helpers.noise_dots',)