Skip to content
Snippets Groups Projects
Commit 63e22bdd authored by Xiao Gui's avatar Xiao Gui
Browse files

bugfix: fix aot build

chore: standardise nodejs resp
parent 47f237e4
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ module.exports = async (app) => {
if (req.user) {
return res.status(200).send(JSON.stringify(req.user))
} else {
return res.sendStatus(401)
return res.status(401).end()
}
})
......
<div class="d-flex"
(helpdirective)="!menuOpen ? openTmplWithDialog(helpComponent) : null">
(helpdirective)="openTmplWithDialog(helpComponent)">
<!-- signin -->
<div class="btnWrapper">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment