pinokiod 3.263.0 → 3.264.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -417,15 +417,10 @@
|
|
|
417
417
|
setStatus('Failed to logout: ' + err.message, 'error')
|
|
418
418
|
} finally {
|
|
419
419
|
hideLoader()
|
|
420
|
-
if (loginSection) {
|
|
421
|
-
loginSection.classList.remove('hidden')
|
|
422
|
-
}
|
|
423
|
-
if (httpSection) {
|
|
424
|
-
httpSection.classList.remove('hidden')
|
|
425
|
-
}
|
|
426
420
|
if (userSection) {
|
|
427
421
|
userSection.classList.add('hidden')
|
|
428
422
|
}
|
|
423
|
+
configureInitialView()
|
|
429
424
|
}
|
|
430
425
|
}
|
|
431
426
|
|