mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-04 12:58:50 +00:00
refactor(web): replace SOGoGoogleAuthenticatorEnabled with
SOGoTOTPEnabled Fixes #5294
This commit is contained in:
@@ -172,8 +172,8 @@ static SoProduct *preferencesProduct = nil;
|
||||
if (![[defaults source] objectForKey: @"SOGoAnimationMode"])
|
||||
[[defaults source] setObject: [defaults animationMode] forKey: @"SOGoAnimationMode"];
|
||||
|
||||
if (![[defaults source] objectForKey: @"SOGoGoogleAuthenticatorEnabled"])
|
||||
[[defaults source] setObject: [NSNumber numberWithBool: NO] forKey: @"SOGoGoogleAuthenticatorEnabled"];
|
||||
if (![[defaults source] objectForKey: @"SOGoTOTPEnabled"])
|
||||
[[defaults source] setObject: [NSNumber numberWithBool: NO] forKey: @"SOGoTOTPEnabled"];
|
||||
|
||||
//
|
||||
// Default Calendar preferences
|
||||
|
||||
Reference in New Issue
Block a user