Skip to content

Commit bb2c68b

Browse files
committed
Fix name of captcha module in runtime config
1 parent 1f29241 commit bb2c68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/runtime.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ if config_env() == :prod do
122122
]
123123
|> put_if_not_empty.(:url, captcha_url)
124124

125-
config :keila, KeilaWeb.captcha(), config
125+
config :keila, KeilaWeb.Captcha, config
126126
else
127127
Logger.warn("""
128128
Captcha not configured.

0 commit comments

Comments
 (0)