mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
feat(app): highlight be provided value [EE-882] (#5703)
This commit is contained in:
parent
8421113d49
commit
e60dbba93b
175 changed files with 5627 additions and 1216 deletions
10
app/portainer/settings/authentication/index.js
Normal file
10
app/portainer/settings/authentication/index.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
import angular from 'angular';
|
||||
|
||||
import ldapModule from './ldap';
|
||||
|
||||
import { autoUserProvisionToggle } from './auto-user-provision-toggle';
|
||||
|
||||
export default angular
|
||||
.module('portainer.settings.authentication', [ldapModule])
|
||||
|
||||
.component('autoUserProvisionToggle', autoUserProvisionToggle).name;
|
Loading…
Add table
Add a link
Reference in a new issue