feat(core): Add new SOGoURLCreateAccount option to add a create account link below login form

This commit is contained in:
smizrahi
2024-10-22 16:03:50 +02:00
parent 253d14cfce
commit f2ba6870d5
8 changed files with 35 additions and 0 deletions
+2
View File
@@ -140,6 +140,8 @@ NSComparisonResult languageSort(id el1, id el2, void *context);
- (BOOL)isURLEncryptionEnabled;
- (NSString *)urlEncryptionPassphrase;
- (NSString *)urlCreateAccount;
@end
#endif /* SOGOSYSTEMDEFAULTS_H */