1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00
documize/gui/app/pods/auth/keycloak/template.hbs
2017-07-19 14:48:33 +01:00

13 lines
343 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}}