mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-17 07:33:57 +00:00
chore(sogo-tool): Fix compilation issue with updateSecretFromEncryptedData. Fixes #5935
This commit is contained in:
@@ -207,7 +207,7 @@
|
||||
return rc;
|
||||
}
|
||||
|
||||
- (void) updateSecretFromEncryptedData: (NSString*) newSecret oldSecret: (NSString*) oldSecret
|
||||
- (BOOL) updateSecretFromEncryptedData: (NSString*) newSecret oldSecret: (NSString*) oldSecret
|
||||
{
|
||||
BOOL rc;
|
||||
rc = [self fetchAllUsersForAuxiliaryAccountPassword];
|
||||
|
||||
Reference in New Issue
Block a user