Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 929ea63

Browse files
author
vikasrohit
committedJun 1, 2016
AS#100297043256582, Move all login to link of Members to accounts.topcoder.com
-- Fixed lint errors
1 parent 7f332fa commit 929ea63

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎app/services/tcAuth.service.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ import { getCurrentUser, logout as doLogout } from './userv3.service.js'
66

77
angular.module('tc.services').factory('TcAuthService', TcAuthService)
88

9-
TcAuthService.$inject = ['CONSTANTS', 'auth', '$rootScope', '$q', 'logger', '$timeout', 'UserService', 'AuthTokenService', 'Helpers', 'ApiService', 'store', '$http']
9+
TcAuthService.$inject = ['CONSTANTS', '$rootScope', '$q', 'logger', '$timeout', 'UserService', 'AuthTokenService', 'Helpers', 'ApiService', 'store', '$http']
1010

11-
function TcAuthService(CONSTANTS, auth, $rootScope, $q, logger, $timeout, UserService, AuthTokenService, Helpers, ApiService, store, $http) {
12-
var auth0 = auth
11+
function TcAuthService(CONSTANTS, $rootScope, $q, logger, $timeout, UserService, AuthTokenService, Helpers, ApiService, store, $http) {
1312
var service = {
1413
logout: logout,
1514
isAuthenticated: isAuthenticated

0 commit comments

Comments
 (0)
This repository has been archived.