Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit ee4f12e

Browse files
author
Sachin Maheshwari
committed
logout changes
1 parent d659fd5 commit ee4f12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/front/src/app/auth/auth.service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ angular.module('topcoderX')
155155
//$cookies.remove($rootScope.appConfig.JWT_V3_NAME, { path: '/' });
156156
//});
157157
$window.location.href = $rootScope.appConfig.TC_LOGIN_URL + '?logout=true&retUrl=' + encodeURIComponent($window.location.href);
158-
//return AuthService.logginOut;
158+
return AuthService.logginOut;
159159
}
160160

161161
AuthService.login = function () {

0 commit comments

Comments
 (0)