SHA256
Shorten public UI routes
This commit is contained in:
@@ -185,7 +185,7 @@ function openDeveloperAvatarUploadModal({ walletLogin, storagePwd, gateway } = {
|
||||
|
||||
async function forceUiUpdateNow() {
|
||||
try {
|
||||
window.history.replaceState({}, '', '/settings-view');
|
||||
window.history.replaceState({}, '', '/settings');
|
||||
window.dispatchEvent(new PopStateEvent('popstate'));
|
||||
} catch {}
|
||||
if (!('serviceWorker' in navigator)) {
|
||||
|
||||
Reference in New Issue
Block a user