We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d659fd5 commit ee4f12eCopy full SHA for ee4f12e
src/front/src/app/auth/auth.service.js
@@ -155,7 +155,7 @@ angular.module('topcoderX')
155
//$cookies.remove($rootScope.appConfig.JWT_V3_NAME, { path: '/' });
156
//});
157
$window.location.href = $rootScope.appConfig.TC_LOGIN_URL + '?logout=true&retUrl=' + encodeURIComponent($window.location.href);
158
- //return AuthService.logginOut;
+ return AuthService.logginOut;
159
}
160
161
AuthService.login = function () {
0 commit comments