@@ -29,18 +29,18 @@ - (StaticContentTableViewSection *)oAuthSection {
29
29
return [StaticContentTableViewSection sectionWithTitle: @" OAuth" cells: @[
30
30
[StaticContentTableViewCell cellWithTitle: @" Sign in with Google"
31
31
action: ^{ [weakSelf signInGoogleHeadfulLite ]; }],
32
- [StaticContentTableViewCell cellWithTitle: @" Sign In with Twitter (headful-lite) "
32
+ [StaticContentTableViewCell cellWithTitle: @" Sign in with Twitter"
33
33
action: ^{ [weakSelf signInTwitterHeadfulLite ]; }],
34
- [StaticContentTableViewCell cellWithTitle: @" Sign In with Linkedin"
35
- action: ^{ [weakSelf signInLinkedinHeadfulLite ]; }],
36
- [StaticContentTableViewCell cellWithTitle: @" Sign In with GitHub (access token)"
37
- action: ^{ [weakSelf signInWithGitHub ]; }],
38
- [StaticContentTableViewCell cellWithTitle: @" Sign In with GitHub (headful-lite)"
34
+ [StaticContentTableViewCell cellWithTitle: @" Sign in with GitHub"
39
35
action: ^{ [weakSelf signInGitHubHeadfulLite ]; }],
36
+ [StaticContentTableViewCell cellWithTitle: @" Sign in with GitHub (Access token)"
37
+ action: ^{ [weakSelf signInWithGitHub ]; }],
40
38
[StaticContentTableViewCell cellWithTitle: @" Sign in with Microsoft"
41
39
action: ^{ [weakSelf signInMicrosoftHeadfulLite ]; }],
42
- [StaticContentTableViewCell cellWithTitle: @" Sign In with Yahoo"
40
+ [StaticContentTableViewCell cellWithTitle: @" Sign in with Yahoo"
43
41
action: ^{ [weakSelf signInYahooHeadfulLite ]; }],
42
+ [StaticContentTableViewCell cellWithTitle: @" Sign in with Linkedin"
43
+ action: ^{ [weakSelf signInLinkedinHeadfulLite ]; }],
44
44
]];
45
45
}
46
46
0 commit comments