File tree 2 files changed +3
-2
lines changed
Settings/Account/MyAccount
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 515
515
.TCO-Finalist { background-position : 0 -480px ; }
516
516
.TCO-Champion { background-position : 0 -528px ; }
517
517
.Member-of-the-Month { background-position : -48px -240px ; }
518
+ .Studio-Member-of-the-Month { background-position : -48px -240px ; }
518
519
.TopCoder-Event-Trip-Winner { background-position : -96px -240px ; }
519
520
.TCCC-On-Site-Competitor { background-position : -144px -240px ; }
520
521
.TCCC-Finalist { background-position : -192px -240px ; }
Original file line number Diff line number Diff line change @@ -124,8 +124,8 @@ export default class MyAccount extends React.Component {
124
124
newState . currentEmail = newState . newEmail ;
125
125
126
126
profile . email = newState . newEmail ;
127
- profile . successUrl = `${ config . URL . BASE } /account/email-verification/success` ;
128
- profile . failUrl = `${ config . URL . BASE } /account/email-verification/failure` ;
127
+ profile . successUrl = `${ config . URL . BASE } /settings/ account/email-verification/success` ;
128
+ profile . failUrl = `${ config . URL . BASE } /settings/ account/email-verification/failure` ;
129
129
updateProfile ( omit ( profile , [ 'groups' ] ) , tokenV3 ) ;
130
130
}
131
131
You can’t perform that action at this time.
0 commit comments