summary refs log tree commit diff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/config/Config.ts2
1 files changed, 1 insertions, 1 deletions
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(); }