Fix typo
parent
9df06e1639
commit
db34a5c39c
|
@ -34,7 +34,7 @@ class ConfigService extends taiga.Service
|
||||||
"en": "English"
|
"en": "English"
|
||||||
}
|
}
|
||||||
|
|
||||||
pubblicRegisterEnabled: false
|
publicRegisterEnabled: false
|
||||||
|
|
||||||
termsOfServiceUrl: null
|
termsOfServiceUrl: null
|
||||||
privacyPolicyUrl: null
|
privacyPolicyUrl: null
|
||||||
|
|
|
@ -9,7 +9,7 @@ config = {
|
||||||
"en": "English"
|
"en": "English"
|
||||||
}
|
}
|
||||||
|
|
||||||
pubblicRegisterEnabled: true
|
publicRegisterEnabled: true
|
||||||
privacyPolicyUrl: null
|
privacyPolicyUrl: null
|
||||||
termsOfServiceUrl: null
|
termsOfServiceUrl: null
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue