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

Commit 5cbacaf

Browse files
committed
Add missing method call to configure providers.
1 parent 4004a96 commit 5cbacaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SimpleAuthDemo/SADAppDelegate.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ - (void)configureAuthorizaionProviders {
5757
#pragma mark - UIApplicationDelegate
5858

5959
- (BOOL)application:(UIApplication *)application willFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
60+
[self configureAuthorizaionProviders];
6061
[self.window makeKeyAndVisible];
6162
return YES;
6263
}

0 commit comments

Comments
 (0)