mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 16:21:28 +00:00
login system fixes
This commit is contained in:
@@ -56,7 +56,7 @@ function logout_callback() {
|
||||
var container = document.getElementById('notify');
|
||||
if (xmlhttp.readyState == 4) {
|
||||
try {
|
||||
window.location.reload(true);
|
||||
window.location.href = "tt-rss.php";
|
||||
} catch (e) {
|
||||
exception_error("logout_callback", e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user