Update Email Login: Bugfix
This commit is contained in:
@@ -154,7 +154,7 @@ async function sendEmailCode({
|
|||||||
html: fs.readFileSync(
|
html: fs.readFileSync(
|
||||||
path.resolve(
|
path.resolve(
|
||||||
__dirname,
|
__dirname,
|
||||||
"../../engine/user/one-time-code.html"
|
"../engine/user/one-time-code.html"
|
||||||
),
|
),
|
||||||
"utf-8"
|
"utf-8"
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user