Skip to content

Commit cca29ca

Browse files
authored
Merge pull request #340 from dropbox/fix-disable_signup-param
Fix disable_signup parameter conditional
2 parents 74e8ac0 + 5140e6a commit cca29ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/ObjectiveDropboxOfficial/Shared/Handwritten/OAuth/DBOAuthManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ - (instancetype)initWithAppKey:(NSString *)appKey host:(NSString *)host redirect
137137
_cancelURL = [NSURL URLWithString:[NSString stringWithFormat:@"db-%@://2/cancel", _appKey]];
138138
_host = host;
139139
_urls = [NSMutableArray arrayWithObjects:_redirectURL, nil];
140-
#ifdef TARGET_OS_OSX
140+
#if TARGET_OS_OSX
141141
_disableSignup = NO;
142142
#else
143143
_disableSignup = YES;

0 commit comments

Comments
 (0)