File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
openid-connect-server-webapp/src/main/webapp/WEB-INF/views Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 37
37
</h1 >
38
38
39
39
<form name =" confirmationForm"
40
- action =" ${ pageContext . request . contextPath . endsWith(' /' ) ? pageContext . request . contextPath : pageContext . request . contextPath . concat( ' /' ) } authorize" method =" post" >
40
+ action =" ${ config . issuer } ${ config . issuer . endsWith(' /' ) ? ' ' : ' /' } authorize" method =" post" >
41
41
42
42
<div class =" row" >
43
43
<div class =" span5 offset1 well-small" style =" text-align : left " >
Original file line number Diff line number Diff line change 37
37
</h1 >
38
38
39
39
<form name =" confirmationForm"
40
- action =" ${ pageContext . request . contextPath . endsWith(' /' ) ? pageContext . request . contextPath : pageContext . request . contextPath . concat( ' /' ) } device/approve" method =" post" >
40
+ action =" ${ config . issuer } ${ config . issuer . endsWith(' /' ) ? ' ' : ' /' } device/approve" method =" post" >
41
41
42
42
<div class =" row" >
43
43
<div class =" span5 offset1 well-small" style =" text-align : left " >
You can’t perform that action at this time.
0 commit comments