mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-16 23:02:13 +11:00
quick patch fixing new user login pt2
This commit is contained in:
parent
a1f37f44a6
commit
af3a5e9856
1 changed files with 2 additions and 2 deletions
4
index.js
4
index.js
|
|
@ -268,8 +268,8 @@ app.get("/BankF", ensureAuthenticated, async function (req, res) {
|
|||
res.render("bankf", {
|
||||
maxgraph: maxgraph,
|
||||
graphdata: graphdata,
|
||||
logrec: logrec.reverse(),
|
||||
logsent: logsent.reverse(),
|
||||
logrec: logrec,
|
||||
logsent: logsent,
|
||||
user: req.session.user,
|
||||
balance: balance.value,
|
||||
user: req.session.user,
|
||||
|
|
|
|||
Loading…
Reference in a new issue