email verification flow updated
This commit is contained in:
@@ -50,6 +50,7 @@ class AuthEmailService {
|
||||
const variables = {
|
||||
recipientName: user.firstName || "there",
|
||||
verificationUrl: verificationUrl,
|
||||
verificationCode: verificationToken, // 6-digit code for display in email
|
||||
};
|
||||
|
||||
const htmlContent = await this.templateManager.renderTemplate(
|
||||
|
||||
Reference in New Issue
Block a user