Mostly add OpenIdClients UI
This commit is contained in:
@@ -7,6 +7,7 @@ import { Button, Checkbox } from 'pankow';
|
||||
import Section from './Section.vue';
|
||||
import ExternalLdap from './ExternalLdap.vue';
|
||||
import ExposedLdap from './ExposedLdap.vue';
|
||||
import OpenIdClients from './OpenIdClients.vue';
|
||||
import UserDirectoryModel from '../models/UserDirectoryModel.js';
|
||||
|
||||
const userDirectoryModel = UserDirectoryModel.create(API_ORIGIN, localStorage.token);
|
||||
@@ -55,6 +56,6 @@ onMounted(async () => {
|
||||
|
||||
<ExternalLdap />
|
||||
<ExposedLdap />
|
||||
<!-- TODO oidc clients -->
|
||||
<OpenIdClients />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user