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(