Browse Source

bug #1897

tags/v0.10.6^2
Shaun 2 years ago
parent
commit
7de88f0854
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      src/server/components/auth.js

+ 4
- 2
src/server/components/auth.js View File

@@ -306,7 +306,8 @@ module.exports = {
table: 'accountInfo',
noDefault: true
}) || {
loginStreak: 0
loginStreak: 0,
level: 0
};

const msgAccountInfo = {
@@ -395,7 +396,8 @@ module.exports = {
});

this.accountInfo = {
loginStreak: 0
loginStreak: 0,
level: 0
};

await io.setAsync({


Loading…
Cancel
Save