From 99144d8a84d0aa6c9afc52b6622d648ea38d4066 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Sat, 22 Jul 2023 11:33:08 +1200 Subject: [PATCH] Remove logout page reload --- html/src/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/src/app.js b/html/src/app.js index a971dc16..a42c01f7 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -7282,7 +7282,7 @@ speechSynthesis.getVoices(); // eslint-disable-next-line require-atomic-updates $app.loginForm.lastUserLoggedIn = ''; configRepository.remove('lastUserLoggedIn'); - workerTimers.setTimeout(() => location.reload(), 500); + // workerTimers.setTimeout(() => location.reload(), 500); }); $app.methods.checkPrimaryPassword = function (args) { @@ -14014,7 +14014,7 @@ speechSynthesis.getVoices(); $app.data.avatarRemoteDatabaseProviderList = JSON.parse( configRepository.getString( 'VRCX_avatarRemoteDatabaseProviderList', - '[]' + '[ "https://avtr.just-h.party/vrcx_search.php" ]' ) ); $app.data.pendingOfflineDelay = configRepository.getInt(