Shaun 2 лет назад
Родитель
Сommit
7de88f0854
1 измененных файлов: 4 добавлений и 2 удалений
  1. +4
    -2
      src/server/components/auth.js

+ 4
- 2
src/server/components/auth.js Просмотреть файл

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


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


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


await io.setAsync({ await io.setAsync({


Загрузка…
Отмена
Сохранить