Fix indent
This commit is contained in:
@@ -1112,7 +1112,7 @@ angular.module('Application').service('Client', ['$http', '$interval', 'md5', 'N
|
|||||||
this._userInfo = {};
|
this._userInfo = {};
|
||||||
|
|
||||||
// logout from OAuth session
|
// logout from OAuth session
|
||||||
var origin = window.location.protocol + "//" + window.location.host;
|
var origin = window.location.protocol + '//' + window.location.host;
|
||||||
window.location.href = this.apiOrigin + '/api/v1/session/logout?redirect=' + origin;
|
window.location.href = this.apiOrigin + '/api/v1/session/logout?redirect=' + origin;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user