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 3737 </h1 >
3838
3939 <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" >
4141
4242 <div class =" row" >
4343 <div class =" span5 offset1 well-small" style =" text-align : left " >
Original file line number Diff line number Diff line change 3737 </h1 >
3838
3939 <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" >
4141
4242 <div class =" row" >
4343 <div class =" span5 offset1 well-small" style =" text-align : left " >
You can’t perform that action at this time.
0 commit comments