Fix the LDAP and OpenID views

This commit is contained in:
Girish Ramakrishnan
2025-10-05 10:39:40 +02:00
parent 6713ba3798
commit 282df5c2e6
5 changed files with 16 additions and 17 deletions

View File

@@ -385,7 +385,6 @@
"url": "Server URL"
},
"cloudflarePortWarning": "Cloudflare proxying must be disabled on the dashboard domain to access the LDAP server",
"title": "LDAP Server",
"enable": "Enable LDAP Server"
},
"userImportDialog": {
@@ -2069,7 +2068,7 @@
"loginRedirectUri": "Login callback URLs (comma separated)",
"logoutRedirectUri": "Logout callback Url (optional)"
},
"title": "OpenID Provider",
"title": "OpenID",
"description": "The OpenID provider can be used by external applications for single sign-on.",
"editClientDialog": {
"title": "Edit Client {{ client }}"
@@ -2157,5 +2156,8 @@
},
"docker": {
"title": "Docker"
},
"ldap": {
"title": "LDAP"
}
}