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

Commit 38d0e2c

Browse files
author
vikasrohit
committed
AS#100297043256582, Move all login to link of Members to accounts.topcoder.com
-- Trying to fix the state.go operation, it is not loading the state right now.
1 parent fa566bc commit 38d0e2c

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
@@ -55,7 +55,7 @@ import { getCurrentUser, loadUser } from './services/userv3.service.js'
5555
logger.debug('successful login with token ' + JSON.stringify(token))
5656
$rootScope.$broadcast(CONSTANTS.EVENT_USER_LOGGED_IN)
5757
logger.debug('Going to state: ' + toState.name)
58-
$state.go(toState.name, {'notifyReset' : true})
58+
$state.go(toState.name, toParams, {notify: false})
5959
}, function() {
6060
logger.debug('State requires authentication, and user is not logged in, redirecting')
6161
// setup redirect for post login

0 commit comments

Comments
 (0)