mirror of
https://github.com/documize/community.git
synced 2025-08-08 15:05:28 +02:00
moved emberjs to gui folder
This commit is contained in:
parent
6a18d18f91
commit
dc49dbbeff
999 changed files with 677 additions and 651 deletions
13
gui/app/pods/auth/keycloak/template.hbs
Normal file
13
gui/app/pods/auth/keycloak/template.hbs
Normal file
|
@ -0,0 +1,13 @@
|
|||
{{#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}}
|
Loading…
Add table
Add a link
Reference in a new issue