Actually do form validation for ldap provider UI

This commit is contained in:
Johannes Zellner
2025-04-22 15:48:17 +02:00
parent 5212f6d0b7
commit 2db34c4d7e
2 changed files with 6 additions and 7 deletions

View File

@@ -23,7 +23,6 @@ let refreshInterval;
const ready = ref(false);
const filter = ref('');
// TODO maybe replace with app.provide and inject
const profile = ref({});
const apps = ref([]);
const viewType = ref((localStorage.appsView && (localStorage.appsView === VIEW_TYPE.GRID || localStorage.appsView === VIEW_TYPE.LIST)) ? localStorage.appsView : VIEW_TYPE.GRID);