1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-07 06:25:23 +02:00

fix got blank page when CAS auth failure

This commit is contained in:
Derek Chen 2019-08-16 22:00:55 +08:00
parent fded0014a3
commit 9d0d4a7861
2 changed files with 5 additions and 7 deletions

View file

@ -8,6 +8,5 @@
{{#if (is-equal model.mode "reject")}}
<div class="sso-box">
<p>CAS authentication failure</p>
<p>{{model.message}}</p>
</div>
{{/if}}