mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 14:46:04 +02:00
Remove logout page reload
This commit is contained in:
+2
-2
@@ -7282,7 +7282,7 @@ speechSynthesis.getVoices();
|
|||||||
// eslint-disable-next-line require-atomic-updates
|
// eslint-disable-next-line require-atomic-updates
|
||||||
$app.loginForm.lastUserLoggedIn = '';
|
$app.loginForm.lastUserLoggedIn = '';
|
||||||
configRepository.remove('lastUserLoggedIn');
|
configRepository.remove('lastUserLoggedIn');
|
||||||
workerTimers.setTimeout(() => location.reload(), 500);
|
// workerTimers.setTimeout(() => location.reload(), 500);
|
||||||
});
|
});
|
||||||
|
|
||||||
$app.methods.checkPrimaryPassword = function (args) {
|
$app.methods.checkPrimaryPassword = function (args) {
|
||||||
@@ -14014,7 +14014,7 @@ speechSynthesis.getVoices();
|
|||||||
$app.data.avatarRemoteDatabaseProviderList = JSON.parse(
|
$app.data.avatarRemoteDatabaseProviderList = JSON.parse(
|
||||||
configRepository.getString(
|
configRepository.getString(
|
||||||
'VRCX_avatarRemoteDatabaseProviderList',
|
'VRCX_avatarRemoteDatabaseProviderList',
|
||||||
'[]'
|
'[ "https://avtr.just-h.party/vrcx_search.php" ]'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
$app.data.pendingOfflineDelay = configRepository.getInt(
|
$app.data.pendingOfflineDelay = configRepository.getInt(
|
||||||
|
|||||||
Reference in New Issue
Block a user