File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/shared/containers/tc-communities/tco20 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ function TCO20Header(props) {
25
25
</ React . Fragment >
26
26
) : (
27
27
< React . Fragment >
28
- < a href = { `${ config . URL . AUTH } /member?utm_source=TCO20site&retUrl=${ getCurrentUrl ( ) } ` } className = { defaultStyle . loginLink } > LOGIN</ a >
29
- < a href = { `${ config . URL . AUTH } /member/registration?utm_source=TCO20site&retUrl=${ getCurrentUrl ( ) } ` } className = { defaultStyle . signUpLink } > SIGN UP</ a >
28
+ < a href = { `${ config . URL . AUTH } /member?utm_source=TCO20site&retUrl=${ encodeURIComponent ( getCurrentUrl ( ) ) } ` } className = { defaultStyle . loginLink } > LOGIN</ a >
29
+ < a href = { `${ config . URL . AUTH } /member/registration?utm_source=TCO20site&retUrl=${ encodeURIComponent ( getCurrentUrl ( ) ) } ` } className = { defaultStyle . signUpLink } > SIGN UP</ a >
30
30
</ React . Fragment >
31
31
)
32
32
}
You can’t perform that action at this time.
0 commit comments