fix(openid): correcly type userTokenInterval

This commit is contained in:
Hivert Quentin
2025-07-28 16:08:17 +02:00
parent 736d7589b1
commit 4ef79e219c
4 changed files with 7 additions and 16 deletions
-9
View File
@@ -784,15 +784,6 @@ NSComparisonResult languageSort(id el1, id el2, void *context)
return emailParam;
}
- (NSString *) openIdHttpVersion
{
NSString *httpVersion;
httpVersion = [self stringForKey: @"SOGoOpenIdHttpVersion"];
if(!httpVersion)
httpVersion = @"HTTP/1.1";
return httpVersion;
}
- (BOOL) openIdLogoutEnabled: (NSString *) _domain
{
if(_domain && [self doesLoginTypeByDomain])