Skip to content

Commit 9b1b609

Browse files
committed
.
1 parent 00b8f0c commit 9b1b609

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Coding_iOS/Ease_2FA/GoogleOTP/OTPAuthURL.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ - (BOOL)saveToKeychain {
205205
NSMutableDictionary *attributes =
206206
[NSMutableDictionary dictionaryWithObject:urlData
207207
forKey:(__bridge id)kSecAttrGeneric];
208-
OSStatus status;
208+
OSStatus status = noErr;
209209

210210
if ([self isInKeychain]) {
211211
NSDictionary *query = @{(__bridge id)kSecClass: (__bridge id)kSecClassGenericPassword,

0 commit comments

Comments
 (0)