Update passwordless root user check to user user.type instead of user.id

This commit is contained in:
advplyr
2023-09-23 13:30:28 -05:00
parent 7a131880e5
commit f42ab45e1b
2 changed files with 3 additions and 9 deletions

View File

@@ -139,7 +139,7 @@ class Server {
const app = express()
// parse cookies in requests
app.use(cookieParser());
app.use(cookieParser())
// enable express-session
app.use(expressSession({
secret: global.ServerSettings.tokenSecret,