Remove logout page reload

This commit is contained in:
Natsumi
2023-07-22 11:33:08 +12:00
parent 8ce730e74e
commit 99144d8a84

View File

@@ -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(