From deb0da524e9eacf4e90bbc6f1d3101d7f35c4e61 Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Sat, 25 Feb 2023 20:27:55 +1100 Subject: Rename password_reset config to passwordReset as it messes with config key generation --- src/util/config/Config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/config/Config.ts') diff --git a/src/util/config/Config.ts b/src/util/config/Config.ts index c056d454..de939e6b 100644 --- a/src/util/config/Config.ts +++ b/src/util/config/Config.ts @@ -61,6 +61,6 @@ export class ConfigValue { defaults: DefaultsConfiguration = new DefaultsConfiguration(); external: ExternalTokensConfiguration = new ExternalTokensConfiguration(); email: EmailConfiguration = new EmailConfiguration(); - password_reset: PasswordResetConfiguration = + passwordReset: PasswordResetConfiguration = new PasswordResetConfiguration(); } -- cgit 1.4.1