mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Redirect to logout when clearing login logs
This commit is contained in:
parent
add1b4ec54
commit
f6083b12ba
2 changed files with 2 additions and 2 deletions
|
@ -536,7 +536,7 @@
|
|||
} else {
|
||||
showMsg('<i class="fa fa-times"></i> ' + msg, false, true, 5000, true)
|
||||
}
|
||||
login_log_table.draw();
|
||||
window.location = 'auth/logout';
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue