Skip to content

Commit

Permalink
Merge pull request #120 from topcoder-platform/ajefts-patch-1
Browse files Browse the repository at this point in the history
more updates to login content
  • Loading branch information
ajefts authored Jul 24, 2017
2 parents e3599ab + 386a823 commit fde02dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/shared/components/tc-communities/AccessDenied/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,14 @@ export default function AccessDenied({ cause }) {
return (
<div styleName="access-denied">
<TopcoderLogo />
<div styleName="msg">You must be authenticated to access this page.</div>
<div styleName="msg">You must be logged in to access this page.</div>
<div styleName="msg">
First time Wipro user? <a href={`${config.URL.AUTH}/sso-registration/?app=member&retUrl=${returnUrl}`} styleName="joinNow">Join Now</a> using your Wipro SSO account to create your new Topcoder account.
First time Wipro user? <a href={`${config.URL.AUTH}/sso-registration/?app=member&retUrl=${returnUrl}`} styleName="joinNow">Join Now</a> using your Wipro SSO account.
</div>
<div styleName="msg">
Already registered on Topcoder with your Wipro SSO account?
</div>
<div styleName="msg">
<a
className="tc-btn-md tc-btn-primary"
href={`${config.URL.AUTH}/sso-login/?app=member&retUrl=${returnUrl}`}
Expand Down

0 comments on commit fde02dd

Please sign in to comment.