Skip to content

Commit 1b15919

Browse files
author
Sachin Maheshwari
committed
correct auth url on login link
1 parent 04b5268 commit 1b15919

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ workflows:
9696
context : org-global
9797
filters:
9898
branches:
99-
only: [dev, 'hotfix/RS256-token']
99+
only: [dev, 'fix/new-auth-url']
100100
- build-prod:
101101
context : org-global
102102
filters:

web/includes/inc_header.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</script>
5555

5656
<a href="javascript:;" class="social-login">Social login</a>
57-
| <a href="http://<%=com.cronos.onlinereview.util.ConfigHelper.getNewAuthUrl()%>?retUrl=https://<%=ApplicationServer.SOFTWARE_SERVER_NAME%>/review">Login</a>
57+
| <a href="<%=com.cronos.onlinereview.util.ConfigHelper.getNewAuthUrl()%>?retUrl=https://<%=ApplicationServer.SOFTWARE_SERVER_NAME%>/review">Login</a>
5858
| <a href="http://<%=ApplicationServer.SERVER_NAME%>/reg/">Register</a>
5959
| <a href="http://<%=ApplicationServer.SERVER_NAME%>/">Home</a>
6060
</c:if>

0 commit comments

Comments
 (0)