Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Add missing method call to configure providers.
Browse files Browse the repository at this point in the history
  • Loading branch information
calebd committed Jan 17, 2014
1 parent 4004a96 commit 5cbacaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SimpleAuthDemo/SADAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ - (void)configureAuthorizaionProviders {
#pragma mark - UIApplicationDelegate

- (BOOL)application:(UIApplication *)application willFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
[self configureAuthorizaionProviders];
[self.window makeKeyAndVisible];
return YES;
}
Expand Down

0 comments on commit 5cbacaf

Please sign in to comment.