mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
Fixed logout url not correct
This commit is contained in:
parent
1c859248e0
commit
04eabff3c3
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ $(".ui-refresh-history").click(function () {
|
|||
|
||||
$(".ui-logout").click(function () {
|
||||
clearLoginState();
|
||||
location.href = '/logout';
|
||||
location.href = serverurl + '/logout';
|
||||
});
|
||||
|
||||
var filtertags = [];
|
||||
|
|
Loading…
Reference in a new issue