Skip to content

Commit

Permalink
Updates dev auth URL to http://accounts-test.topcoder-dev.com
Browse files Browse the repository at this point in the history
  • Loading branch information
birdofpreyru committed Aug 1, 2017
1 parent 5f92781 commit c82bcf8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ exports[`Snapshot match 1`] = `
>
<a
className="tc-btn-sm tc-btn-primary"
href="https://accounts-test.topcoder-dev.com/member/registration"
href="http://accounts-test.topcoder-dev.com/member/registration"
>
Join
</a>
<a
className="tc-btn-sm tc-btn-default"
href="https://accounts-test.topcoder-dev.com/member"
href="http://accounts-test.topcoder-dev.com/member"
>
Log In
</a>
Expand All @@ -25,13 +25,13 @@ exports[`Snapshot match 2`] = `
>
<a
className="tc-btn-sm tc-btn-primary"
href="https://accounts-test.topcoder-dev.com/member/registration"
href="http://accounts-test.topcoder-dev.com/member/registration"
>
Join
</a>
<a
className="tc-btn-sm tc-btn-default"
href="https://accounts-test.topcoder-dev.com/member"
href="http://accounts-test.topcoder-dev.com/member"
>
Log In
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ exports[`Default render 1`] = `
>
<a
className="tc-btn-sm tc-btn-primary"
href="https://accounts-test.topcoder-dev.com/member/registration"
href="http://accounts-test.topcoder-dev.com/member/registration"
>
Join
</a>
<a
className="tc-btn-sm tc-btn-default"
href="https://accounts-test.topcoder-dev.com/member"
href="http://accounts-test.topcoder-dev.com/member"
>
Log In
</a>
Expand Down Expand Up @@ -232,13 +232,13 @@ exports[`Render with open menu 1`] = `
>
<a
className="tc-btn-sm tc-btn-primary"
href="https://accounts-test.topcoder-dev.com/member/registration"
href="http://accounts-test.topcoder-dev.com/member/registration"
>
Join
</a>
<a
className="tc-btn-sm tc-btn-default"
href="https://accounts-test.topcoder-dev.com/member"
href="http://accounts-test.topcoder-dev.com/member"
>
Log In
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exports[`Matches shallow shapshot 1`] = `
>
<a
className="tc-btn-md tc-btn-primary"
href="https://accounts-test.topcoder-dev.com/member?retUrl=null%2F"
href="http://accounts-test.topcoder-dev.com/member?retUrl=null%2F"
>
Log In Here
</a>
Expand Down
2 changes: 1 addition & 1 deletion config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* platform. */
"URL": {
"ARENA": "https://arena.topcoder-dev.com",
"AUTH": "https://accounts-test.topcoder-dev.com",
"AUTH": "http://accounts-test.topcoder-dev.com",
"BASE": "https://www.topcoder-dev.com",
"COMMUNITY": "https://community.topcoder-dev.com",
"FORUMS": "https://apps.topcoder-dev.com/forums",
Expand Down

0 comments on commit c82bcf8

Please sign in to comment.