aboutsummaryrefslogtreecommitdiff
path: root/src/common/attributes/useServerAttributes.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/attributes/useServerAttributes.js')
-rw-r--r--src/common/attributes/useServerAttributes.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/common/attributes/useServerAttributes.js b/src/common/attributes/useServerAttributes.js
index 80ac3c7d..f46f715c 100644
--- a/src/common/attributes/useServerAttributes.js
+++ b/src/common/attributes/useServerAttributes.js
@@ -39,6 +39,14 @@ export default (t) => useMemo(() => ({
name: t('settingsDarkMode'),
type: 'boolean',
},
+ termsUrl: {
+ name: t('userTerms'),
+ type: 'string',
+ },
+ privacyUrl: {
+ name: t('userPrivacy'),
+ type: 'string',
+ },
totpEnable: {
name: t('settingsTotpEnable'),
type: 'boolean',