Not deleting existing sessions till there are 3 of them, logging news.json, login feedback text update

This commit is contained in:
MrFry 2021-01-24 11:53:46 +01:00
parent 18d181bd31
commit 82eca473e8
4 changed files with 4 additions and 4 deletions

View file

@ -597,7 +597,7 @@ function GetApp() {
isScript: isScript ? 1 : 0,
})
if (existingSessions.length > 0) {
if (existingSessions.length > 2) {
logger.Log(
`Multiple ${isScript ? 'script' : 'website'} sessions ( ${
existingSessions.length