Update Email Login: Bugfix

This commit is contained in:
Benjamin Toby 2024-07-13 11:47:11 +01:00
parent ebde1af048
commit b72f3ed9c4

View File

@ -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"
), ),