Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

Commit

Permalink
Fix issue where DCTAuth would always report it had handled the URL
Browse files Browse the repository at this point in the history
  • Loading branch information
danielctull committed Sep 5, 2012
1 parent d290117 commit 26bc5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DCTAuth/_DCTAuthURLOpener.m
Expand Up @@ -57,7 +57,7 @@ - (BOOL)handleURL:(NSURL *)URL {

[self _openNextURL];

return YES;
return handled;
}

- (void)openURL:(NSURL *)URL withCallbackURL:(NSURL *)callbackURL handler:(void (^)(NSURL *URL))handler {
Expand Down

0 comments on commit 26bc5d7

Please sign in to comment.