fix and update
This commit is contained in:
@@ -25,7 +25,15 @@ const GROUP_LABELS: Record<string, string> = {
|
||||
'messaging-sms': 'SMS'
|
||||
};
|
||||
|
||||
const PUBLIC_SETTINGS_REFRESH_KEYS = new Set(['PROJECT_NAME', 'PROJECT_TAGLINE', 'LDAP_ENABLED', 'LDAP_USE_LDAPS']);
|
||||
const PUBLIC_SETTINGS_REFRESH_KEYS = new Set([
|
||||
'PROJECT_NAME',
|
||||
'PROJECT_TAGLINE',
|
||||
'PUBLIC_API_URL',
|
||||
'PUBLIC_FRONTEND_URL',
|
||||
'ONE_TAP_ENABLED',
|
||||
'LDAP_ENABLED',
|
||||
'LDAP_USE_LDAPS'
|
||||
]);
|
||||
|
||||
export default function AdminSettingsPage() {
|
||||
const { token, user } = useAuth();
|
||||
|
||||
Reference in New Issue
Block a user