We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b8f0c commit 9b1b609Copy full SHA for 9b1b609
1 file changed
Coding_iOS/Ease_2FA/GoogleOTP/OTPAuthURL.m
@@ -205,7 +205,7 @@ - (BOOL)saveToKeychain {
205
NSMutableDictionary *attributes =
206
[NSMutableDictionary dictionaryWithObject:urlData
207
forKey:(__bridge id)kSecAttrGeneric];
208
- OSStatus status;
+ OSStatus status = noErr;
209
210
if ([self isInKeychain]) {
211
NSDictionary *query = @{(__bridge id)kSecClass: (__bridge id)kSecClassGenericPassword,
0 commit comments