mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 13:41:15 -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
|
@ -158,7 +158,7 @@ $('.login_log_table').on('click', '> tbody > tr > td> .sign-out-tooltip', functi
|
|||
current: rowData['current']
|
||||
}).then(function () {
|
||||
if (rowData['current']) {
|
||||
window.location = 'auth/logout'
|
||||
window.location = 'auth/logout';
|
||||
} else {
|
||||
login_log_table.draw();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue