1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-25 08:09:43 +02:00
documize/gui/app/pods/auth/keycloak/template.hbs
2018-12-08 20:54:19 +00:00

13 lines
341 B
Handlebars

{{#if (is-equal model.mode "login")}}
<div class="sso-box">
<p>Authenticating with Keycloak...</p>
<img src="/assets/img/busy-gray.gif">
</div>
{{/if}}
{{#if (is-equal model.mode "reject")}}
<div class="sso-box">
<p>Keycloak authentication failure</p>
<p>{{model.message}}</p>
</div>
{{/if}}