Fix indent

This commit is contained in:
Girish Ramakrishnan
2018-01-09 10:15:31 -08:00
parent 665aa2ad3d
commit 9d386bd071

View File

@@ -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;
}; };