kopia lustrzana https://github.com/c9/core
use nc plugin for logouts
rodzic
0a684b889f
commit
dd49a15771
|
@ -109,7 +109,7 @@ define(function(require, exports, module) {
|
|||
|
||||
function logout(redirect) {
|
||||
redirect = redirect || window.location.href;
|
||||
window.location.href = ideBaseUrl + "/auth/signout?redirect=" + encodeURIComponent(redirect);
|
||||
window.location.href = ideBaseUrl + "/api/nc/logout?redirect=" + encodeURIComponent(redirect);
|
||||
}
|
||||
|
||||
function createLoopDetector(count, duration) {
|
||||
|
|
Ładowanie…
Reference in New Issue