aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example
diff options
context:
space:
mode:
authorGravatar Ivan <gonzalezivan@google.com>2017-10-10 11:24:40 -0700
committerGravatar Ivan <gonzalezivan@google.com>2017-10-10 11:24:40 -0700
commit41cc6ed1a50dc1e4fdfbcc651de342eb43d34d79 (patch)
tree8d52aeb8e60581b216d0b3e21aacd021d6123ed2 /Example
parent236a8e04243867ee634564c5bb465475fbf346b6 (diff)
new user popup toggle
Diffstat (limited to 'Example')
-rw-r--r--Example/Auth/Sample/MainViewController.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Example/Auth/Sample/MainViewController.m b/Example/Auth/Sample/MainViewController.m
index 016d39b..b98c9f5 100644
--- a/Example/Auth/Sample/MainViewController.m
+++ b/Example/Auth/Sample/MainViewController.m
@@ -518,7 +518,7 @@ static NSString *const kPhoneNumberSignInTitle = @"Sign in With Phone Number";
static NSString *const kPhoneNumberSignInReCaptchaTitle = @"Sign in With Phone Number (reCAPTCHA)";
/** @var kIsNewUserToggleTitle
- @brief The title for button to enable new or existing user toggle.
+ @brief The title for button to enable new or existing user toggle.
*/
static NSString *const kNewOrExistingUserToggleTitle = @"New or Existing User Toggle";
@@ -596,7 +596,7 @@ typedef enum {
BOOL _useUserInMemory;
/** @var _newUserToggle
- @brief When enabled allows login popup alert determining new or existing user.
+ @brief When enabled allows login popup alert determining new or existing user.
*/
BOOL _isNewUserToggleOn;