mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
Linting
This commit is contained in:
parent
32dbab826d
commit
4f248bf018
5 changed files with 15 additions and 19 deletions
|
@ -10,10 +10,8 @@
|
|||
// https://documize.com
|
||||
|
||||
import { isPresent } from '@ember/utils';
|
||||
|
||||
import { reject, resolve } from 'rsvp';
|
||||
import { inject as service } from '@ember/service';
|
||||
|
||||
import Base from 'ember-simple-auth/authenticators/base';
|
||||
import netUtil from "../utils/net";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{{layout/logo-heading
|
||||
title="Authentication"
|
||||
desc="Choose user authentication provider — Documize, Redhat Keycloak, LDAP/AD, CAS"
|
||||
desc="Choose user authentication provider — Documize, Redhat Keycloak, LDAP/AD, Central Authentication Server"
|
||||
icon=constants.Icon.Locked}}
|
||||
|
||||
{{customize/auth-settings
|
||||
|
|
|
@ -18,14 +18,14 @@
|
|||
</li>
|
||||
<li class="option {{if isLDAPProvider "selected"}}" {{action "onLDAP"}}>
|
||||
<div class="text-header">LDAP</div>
|
||||
<div class="text">Connect to LDAP/ Active Directory</div>
|
||||
<div class="text">Connect to LDAP/Active Directory</div>
|
||||
{{#if isLDAPProvider}}
|
||||
<i class="dicon {{constants.Icon.Tick}}" />
|
||||
{{/if}}
|
||||
</li>
|
||||
<li class="option {{if isCASProvider "selected"}}" {{action "onCAS"}}>
|
||||
<div class="text-header">CAS</div>
|
||||
<div class="text">Via authentication server</div>
|
||||
<div class="text">Via Central Authentication Server</div>
|
||||
{{#if isCASProvider}}
|
||||
<i class="dicon {{constants.Icon.Tick}}" />
|
||||
{{/if}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue