Updates
This commit is contained in:
Vendored
+1
-1
@@ -28,7 +28,7 @@ function sendEmailCode(_a) {
|
||||
const emailLoginTempCodeFieldName = temp_code_field_name
|
||||
? temp_code_field_name
|
||||
: defaultTempLoginFieldName;
|
||||
const emailHtml = fs_1.default.readFileSync(path_1.default.resolve(__dirname, "../package-shared/html/one-time-code.html"), "utf-8");
|
||||
const emailHtml = `<p>Please use this code to login</p>\n<h2>{{code}}</h2>\n<p>Please note that this code expires after 15 minutes</p>`;
|
||||
/**
|
||||
* Check for local DB settings
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user