mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-11 16:38:02 +00:00
fix(pwd): use the proper url for reset password mail part2
This commit is contained in:
@@ -724,6 +724,12 @@ NSComparisonResult languageSort(id el1, id el2, void *context)
|
||||
return [self stringForKey: @"SOGoLoginSuffix"];
|
||||
}
|
||||
|
||||
- (NSArray *) baseURLs
|
||||
{
|
||||
return [self stringArrayForKey: @"SOGoBaseUrls"];
|
||||
}
|
||||
|
||||
|
||||
- (NSString *) authenticationType
|
||||
{
|
||||
return [[self stringForKey: @"SOGoAuthenticationType"] lowercaseString];
|
||||
|
||||
Reference in New Issue
Block a user