Fix SOGoLoginModule when set to "Last used"

This commit is contained in:
Francis Lachapelle
2016-10-31 15:12:47 -04:00
parent 067934026b
commit 0b99dbfc99
3 changed files with 12 additions and 5 deletions

View File

@@ -356,10 +356,6 @@ static SoProduct *preferencesProduct = nil;
[values setObject: vacation forKey: @"Vacation"];
}
// Don't expose SOGoRememberLastModule;
// User can edit SOGoLoginModule but SOGoRememberLastModule is managed internally.
[values removeObjectForKey: @"SOGoRememberLastModule"];
return [self responseWithStatus: 200 andJSONRepresentation: values];
}