We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a7385 commit 85768b4Copy full SHA for 85768b4
apps/user_ldap/src/components/SettingsTabs/UsersTab.vue
@@ -120,7 +120,7 @@ async function reloadFilters() {
120
121
const response2 = await callWizard('getUserLoginFilter', props.configId)
122
// Not using ldapConfig to avoid triggering the save logic.
123
- ldapConfigs.value[props.configId]!.ldapLoginFilter = (response2.changes?.ldap_userlogin_filter as string | undefined) ?? ''
+ ldapConfigs.value[props.configId]!.ldapLoginFilter = (response2.changes?.ldap_login_filter as string | undefined) ?? ''
124
}
125
126
0 commit comments