File tree Expand file tree Collapse file tree
src/main/resources/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 < h1 th:utext ="#{screen.institutionssofailed.heading} "> </ h1 >
2828 < p th:utext ="#{screen.institutionssofailed.message} "> </ p >
2929 </ section >
30- < section class ="form-button " th:with =" loginUrl=@{${@casServerLoginUrl}(casRedirectSource=cas)} " >
31- < a class ="mdc-button mdc-button--raised button-osf-blue " th:href ="@{/logout(service=${loginUrl })} ">
32- < span class ="mdc-button__label " th:utext ="#{screen.error.page.loginagain } "> </ span >
30+ < section class ="form-button ">
31+ < a class ="mdc-button mdc-button--raised button-osf-blue " th:href ="@{/logout(service=${osfUrl.logout })} ">
32+ < span class ="mdc-button__label " th:utext ="#{screen.authnerror.button.backtoosf } "> </ span >
3333 </ a >
3434 </ section >
3535 < hr class ="my-4 " />
36- < section class ="text-with-mdi ">
37- < span > < a th:href ="@{/logout(service=${osfUrl.logout })} " th:utext ="#{screen.authnerror.button.backtoosf } "> </ a > </ span >
36+ < section class ="text-with-mdi " th:with =" loginUrl=@{${@casServerLoginUrl}(casRedirectSource=cas)} " >
37+ < span > < a th:href ="@{/logout(service=${loginUrl })} " th:utext ="#{screen.error.page.loginagain } "> </ a > </ span >
3838 </ section >
3939 </ section >
4040 </ div >
You can’t perform that action at this time.
0 commit comments