NIHVIVO-1393 for the external login button, put the entire text in the deploy.properties value.
This commit is contained in:
parent
6e7afb976d
commit
1bad0658cb
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@
|
|||
|
||||
<#if externalAuthUrl??>
|
||||
<p class="external-auth">
|
||||
<a class="green button" href="${externalAuthUrl}">Log in using ${externalAuthName}</a>
|
||||
<a class="green button" href="${externalAuthUrl}">${externalAuthName}</a>
|
||||
</p>
|
||||
</#if>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue