diff --git a/html/src/app.js b/html/src/app.js index a1bb0336..1b3ed4f6 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -4529,6 +4529,10 @@ import webApiService from './service/webapi.js'; var gameLogTableData = null; + if (API.currentUser.displayName === args[0]) { + continue; + } + switch (type) { case 'auth': gameLogContext.loginProvider = args[0];