mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
[WIP] Basic LDAP connectivity
This commit is contained in:
parent
f28b7497fa
commit
8d3dfcc3c7
72 changed files with 5039 additions and 3548 deletions
|
@ -59,7 +59,7 @@ export default Controller.extend({
|
|||
|
||||
onSync() {
|
||||
this.set('syncInProgress', true);
|
||||
this.get('globalSvc').syncExternalUsers().then(() => {
|
||||
this.get('globalSvc').syncKeycloak().then(() => {
|
||||
this.set('syncInProgress', false);
|
||||
this.loadUsers('');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue