Skip to content

Commit 5140e6a

Browse files
author
Julian Locke
committed
Fix disable_signup paramter conditional
1 parent 19ad857 commit 5140e6a

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)