Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
SunWuyuan committed Nov 24, 2024
1 parent 4a29392 commit 9674d94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/router_account.js
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ router.post("/magiclink/generate", geetest, async (req, res) => {
);

res.status(200).json({status: "success", message: "Magic Link 已发送到您的邮箱" });
logger.debug(magicLink);
} catch (error) {
logger.error("生成 Magic Link 时出错:", error);
res.status(200).json({ status: "error", message: "生成 Magic Link 失败" });
Expand Down

0 comments on commit 9674d94

Please sign in to comment.