mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-07-15 00:00:57 -05:00
Fixed hcaptcha.secret setting wrong env variable
This commit is contained in:
parent
15103a62c4
commit
1d3fdd3af7
|
|
@ -280,7 +280,7 @@ function configure() {
|
|||
} else {
|
||||
logger.info('hcaptcha.secret not found in config, using environment variable PN_ACT_CONFIG_HCAPTCHA_SECRET');
|
||||
|
||||
set(config, 'hcaptcha.secret', emailFromEnvValue);
|
||||
set(config, 'hcaptcha.secret', captchaSecretEnvValue);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user