aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Auth
diff options
context:
space:
mode:
authorGravatar Zsika Phillip <protocol86@users.noreply.github.com>2017-11-16 15:27:02 -0800
committerGravatar GitHub <noreply@github.com>2017-11-16 15:27:02 -0800
commit88b7e74e3102fc8de453f22a44fd5cb4c91472e3 (patch)
tree57b908fba6c3886ff4b785d124e92159736a7c4d /Example/Auth
parent5fbad1b2e263cb8b39376116dbe6006671bef840 (diff)
removes unused label from sample app (#468)
Diffstat (limited to 'Example/Auth')
-rw-r--r--Example/Auth/Sample/MainViewController.m5
1 files changed, 0 insertions, 5 deletions
diff --git a/Example/Auth/Sample/MainViewController.m b/Example/Auth/Sample/MainViewController.m
index 5e739b7..9a50c18 100644
--- a/Example/Auth/Sample/MainViewController.m
+++ b/Example/Auth/Sample/MainViewController.m
@@ -79,11 +79,6 @@ static NSString *const kUserInfoButtonText = @"[Show User Info]";
*/
static NSString *const kSetPhotoURLText = @"Set Photo url";
-/** @var kSignInButtonText
- @brief The text of the "Sign In" button.
- */
-static NSString *const kSignInButtonText = @"Sign In (HEADFUL)";
-
/** @var kSignInGoogleButtonText
@brief The text of the "Google SignIn" button.
*/