mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 09:48:51 +00:00
Fix SOGoLoginModule when set to "Last used"
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user