Skip to content
Snippets Groups Projects
Commit 6526968f authored by Marie's avatar Marie
Browse files

fix: check

parent b3b89567
No related branches found
No related tags found
No related merge requests found
...@@ -169,7 +169,7 @@ export class EmailService { ...@@ -169,7 +169,7 @@ export class EmailService {
let validated; let validated;
if (meta.enableActiveEmailValidation) { if (meta.enableActiveEmailValidation) {
if (verifymailApi && meta.verifymailAuthKey) { if (meta.enableVerifymailApi && meta.verifymailAuthKey != null) {
validated = await this.verifyMail(emailAddress, meta.verifymailAuthKey); validated = await this.verifyMail(emailAddress, meta.verifymailAuthKey);
} else { } else {
validated = await validateEmail({ validated = await validateEmail({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment