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

Commit 5ada072

Browse files
author
vikasrohit
committed
AS#100297043256582, Move all login to link of Members to accounts.topcoder.com
-- fixed lint errors
1 parent eafa13c commit 5ada072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/topcoder.module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import { getCurrentUser, loadUser } from './services/userv3.service.js'
5151
logger.debug('checking auth for state: ' + toState.name + ' from state: ' + fromState.name)
5252
var currentUser = getCurrentUser()
5353
if (!currentUser && toState.data && toState.data.authRequired) {
54-
event.preventDefault();
54+
event.preventDefault()
5555
loadUser().then(function(token) {
5656
logger.debug('successful login with token ' + JSON.stringify(token))
5757
$rootScope.$broadcast(CONSTANTS.EVENT_USER_LOGGED_IN)

0 commit comments

Comments
 (0)