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

Commit 53c01ab

Browse files
author
vikasrohit
committed
AS#149005557179710, Screen goes blank randomly after accounts app integration for members app
-- Identified the root cause and fixed the issue
1 parent 9a83685 commit 53c01ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/topcoder.routes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import moment from 'moment'
2828
if (path.indexOf('?') > -1) {
2929
return path.replace('?', '/?')
3030
}
31-
return path + '/'
31+
$location.replace().path(path + '/');
3232
})
3333

3434
var states = {

0 commit comments

Comments
 (0)