fix: check

This commit is contained in:
Marie 2023-12-23 16:08:04 +01:00
parent b3b89567ee
commit 6526968f2d
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ export class EmailService {
let validated;
if (meta.enableActiveEmailValidation) {
if (verifymailApi && meta.verifymailAuthKey) {
if (meta.enableVerifymailApi && meta.verifymailAuthKey != null) {
validated = await this.verifyMail(emailAddress, meta.verifymailAuthKey);
} else {
validated = await validateEmail({