During Login, entering the wrong password consecutive times causes the account to be locked for a brief amount of time. However, if then the user inputs the right credentials the message “It seems like you’ve entered an incorrect password. Want to give it another try?” is displayed instead of an accurate message corresponding to the account lockout.
4/4 100%
A Message indicating the user entered the wrong password too many times should be displayed.
The message “It seems like you’ve entered an incorrect password. Want to give it another try?” is displayed.
iPhone 7+ (12.0.1)

Luis Pimenta
FYI @mindgraffiti - I added this to the Unified Auth project.
I ran into this again today while beta testing the username+password login flow using WPiOS 15.7.0.1 and wanted to add app logs for reference. It's just as Luis reported, the error on screen says "It seems like you’ve entered an incorrect password. Want to give it another try?" but the logs say "You have exceeded the login limit. Please wait a few minutes and try again." @ScoutHarris I saw your pull request open while I was typing out this comment 😆 but I'll still leave my notes here for posterity 🙂
On-screen error|Error from the logs
---|---
|
Tested with WPiOS 15.7.0.1 TestFlight beta on iPad Mini 4 (WiFi) (iPad5,1) iPadOS 13.6.1.
App logs for the timestamp matching the screenshots with tokens removed
2020-09-15 18:20:25:102 🚩 Remote Feature Flag Device ID: E70DD26A-AEE3-4822-B15A-7DF6EE7AEEFB
2020-09-15 18:20:25:458 WPAnalytics session started
2020-09-15 18:20:25:478 ===========================================================================
2020-09-15 18:20:25:478 Launching WordPress for iOS 15.7 (15.7.0.1)...
2020-09-15 18:20:25:478 Crash count: 0
2020-09-15 18:20:25:478 Debug mode: Production
2020-09-15 18:20:25:478 Extra debug: YES
2020-09-15 18:20:25:480 Device model: iPad Mini 4 (WiFi) (iPad5,1)
2020-09-15 18:20:25:480 OS: iOS, 13.6.1
2020-09-15 18:20:25:480 Language: en-US
2020-09-15 18:20:25:480 UDID: 4957F485-BCF9-40ED-AA82-5D6396DC565A
2020-09-15 18:20:25:480 APN token: *** REDACTED ***
2020-09-15 18:20:25:483 Launch options: [__C.UIApplicationLaunchOptionsKey(_rawValue: UIApplicationLaunchOptionsRemoteNotificationKey): {
aps = {
alert = "Sign in request from Salt Lake City, Utah using Firefox (Macintosh)";
badge = 0;
"content-available" = 1;
"mutable-content" = 1;
sound = "n.caf";
};
expires = 1600215960;
"push_auth_token" = "730941200:*** REDACTED ***";
title = "Verify sign in";
type = "push_auth";
}]
2020-09-15 18:20:25:522 wp.com account: <Account username: design5279 ID: 4507313, Email: verified ObjectID: x-coredata://0B22B195-C2B1-4E09-BE63-771390743E79/Account/p23>
All accounts and blogs:
<Account username: design5279 ID: 4507313, Email: verified ObjectID: x-coredata://0B22B195-C2B1-4E09-BE63-771390743E79/Account/p23> (default)
*** REDACTED ***
2020-09-15 18:20:25:523 ===========================================================================
2020-09-15 18:20:25:542 Zendesk - Using defaultAccount for suggested identity.
2020-09-15 18:20:25:561 Zendesk identity created with email '[email protected]' and name 'Design 5279'.
2020-09-15 18:20:25:562 Zendesk Enabled: true
2020-09-15 18:20:25:562 User-Agent set to: Mozilla/5.0 (iPad; CPU OS 13_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 wp-iphone/15.7
2020-09-15 18:20:25:638 Loading Stats for the following blog: https://design5279.wordpress.com
2020-09-15 18:20:25:669 Loading Stats for the following blog: https://design5279.wordpress.com
2020-09-15 18:20:25:764 🔵 Tracked: notifications_notification_details_opened <notification_type: comment>
2020-09-15 18:20:25:883 didFinishLaunchingWithOptions state: UIApplicationState
2020-09-15 18:20:26:210 Insights load from cache
2020-09-15 18:20:26:399 🔵 Tracked: stats_insights_accessed <blog_id: 5276229>
2020-09-15 18:20:26:588 🔵 Tracked: domain_credit_prompt_shown <>
2020-09-15 18:20:27:054 🚩 Successfully updated local feature flags: [WordPressKit.FeatureFlag(title: "wordpress_ios_unified_login_and_signup", value: true)]
2020-09-15 18:20:27:055 <WordPress.WordPressAppDelegate: 0x283174360> application(_:didReceiveRemoteNotification:fetchCompletionHandler:)
2020-09-15 18:20:27:056 Received push notification:
Payload: {
aps = {
alert = "Sign in request from Salt Lake City, Utah using Firefox (Macintosh)";
badge = 0;
"content-available" = 1;
"mutable-content" = 1;
sound = "n.caf";
};
expires = 1600215960;
"push_auth_token" = "730941200:*** REDACTED ***";
title = "Verify sign in";
type = "push_auth";
}
2020-09-15 18:20:27:056 Current Application state: 2
2020-09-15 18:20:27:069 🔵 Tracked: push_notification_received <push_notification_token: *** REDACTED ***, push_notification_type: push_auth>
2020-09-15 18:20:27:206 Device Token received in didRegisterForRemoteNotificationsWithDeviceToken: *** REDACTED ***
2020-09-15 18:20:28:225 🔵 Tracked: push_notification_received <push_notification_token: *** REDACTED ***, push_notification_type: push_auth>
2020-09-15 18:20:28:237 Received push notification:
Payload: {
aps = {
alert = "Sign in request from Salt Lake City, Utah using Firefox (Macintosh)";
badge = 0;
"content-available" = 1;
"mutable-content" = 1;
sound = "n.caf";
};
expires = 1600215960;
"push_auth_token" = "730941200:*** REDACTED ***";
title = "Verify sign in";
type = "push_auth";
}
2020-09-15 18:20:28:237 Current Application state: 2
2020-09-15 18:20:28:259 🔵 Tracked: push_notification_received <push_notification_token: *** REDACTED ***, push_notification_type: push_auth>
2020-09-15 18:20:28:571 <WordPress.WordPressAppDelegate: 0x283174360> applicationWillEnterForeground(_:)
2020-09-15 18:20:28:571 📜 Resumed encrypted log upload queue due to app entering foreground
2020-09-15 18:20:28:619 PingHub connecting
2020-09-15 18:20:28:848 <WordPress.WordPressAppDelegate: 0x283174360> applicationDidBecomeActive(_:)
2020-09-15 18:20:28:853 checkAppleIDCredentialState: No Apple ID found.
2020-09-15 18:20:29:010 🔵 Tracked: application_opened <>
2020-09-15 18:20:29:032 Unable to register Device for Push Notifications: Error Domain=NSURLErrorDomain Code=-1005 "The network connection was lost." UserInfo={_kCFStreamErrorCodeKey=53, NSUnderlyingError=0x280c77330 {Error Domain=kCFErrorDomainCFNetwork Code=-1005 "(null)" UserInfo={NSErrorPeerAddressKey=<CFData 0x28204aee0 [0x1e27c7730]>{length = 16, capacity = 16, bytes = 0x100201bbc0004e160000000000000000}, _kCFStreamErrorCodeKey=53, _kCFStreamErrorDomainKey=1}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <424DED76-6E87-4C39-9A20-BF884568D296>.<22>, _NSURLErrorRelatedURLSessionTaskErrorKey=(
"LocalDataTask <424DED76-6E87-4C39-9A20-BF884568D296>.<22>"
), NSLocalizedDescription=The network connection was lost., NSErrorFailingURLStringKey=https://public-api.wordpress.com/rest/v1.1/devices/new?locale=en, NSErrorFailingURLKey=https://public-api.wordpress.com/rest/v1.1/devices/new?locale=en, _kCFStreamErrorDomainKey=1}
2020-09-15 18:20:29:472 PingHub connected
2020-09-15 18:20:29:512 Insights: Finished fetching post stats.
2020-09-15 18:20:29:939 Stats: Insights Overview fetching operations finished.
2020-09-15 18:20:30:466 🔵 Tracked: push_authentication_approved <>
2020-09-15 18:20:44:217 TracksService sendQueuedEvents completed. Sent 10 events.
2020-09-15 18:20:48:093 🔵 Tracked: me_tab_accessed <>
2020-09-15 18:20:50:404 Zendesk successfully unregistered stored device.
2020-09-15 18:20:50:704 🔵 Tracked: account_logout <>
2020-09-15 18:20:50:762 WPAnalyticsStat not supported by WPAnalyticsTrackerAutomatticTracks: 62
*** REDACTED ***
2020-09-15 18:20:51:416 ThisWeekWidgetStats: failed deleting data file 'ThisWeekData.plist': “ThisWeekData.plist” couldn’t be removed.
2020-09-15 18:20:51:437 Unable to unregister push for Device ID 38095564: Error Domain=NSURLErrorDomain Code=-999 "cancelled" UserInfo={NSErrorFailingURLStringKey=https://public-api.wordpress.com/rest/v1.1/devices/38095564/delete?locale=en, NSErrorFailingURLKey=https://public-api.wordpress.com/rest/v1.1/devices/38095564/delete?locale=en, _NSURLErrorRelatedURLSessionTaskErrorKey=(
"LocalDataTask <C88662D1-E666-41B5-A1C5-B62CB688A472>.<29>"
), _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <C88662D1-E666-41B5-A1C5-B62CB688A472>.<29>, NSLocalizedDescription=cancelled}
2020-09-15 18:20:51:800 🔵 Tracked: login_accessed <>
2020-09-15 18:20:51:815 🔵 Tracked: login_accessed <>
2020-09-15 18:20:52:151 🔵 Tracked: login_prologue_viewed <>
2020-09-15 18:20:52:161 🔵 Tracked: unified_login_step <flow: icloud_keychain_login, source: default, step: start>
2020-09-15 18:20:52:282 <WordPress.WordPressAppDelegate: 0x283174360> applicationWillResignActive(_:)
2020-09-15 18:20:53:018 🔵 Tracked: unified_login_interaction <click: continue_with_wordpress_com, flow: wordpress_com, source: default, step: start>
2020-09-15 18:20:54:265 🔵 Tracked: unified_login_interaction <click: dismiss, flow: wordpress_com, source: default, step: start>
2020-09-15 18:20:54:852 <WordPress.WordPressAppDelegate: 0x283174360> applicationDidBecomeActive(_:)
2020-09-15 18:21:08:590 🔵 Tracked: unified_login_interaction <click: terms_of_service_clicked, flow: wordpress_com, source: default, step: start>
2020-09-15 18:21:09:974 TracksService sendQueuedEvents completed. Sent 9 events.
2020-09-15 18:21:14:236 🔵 Tracked: unified_login_step <flow: wordpress_com, source: default, step: password_challenge>
2020-09-15 18:21:19:017 🔵 Tracked: unified_login_interaction <click: submit, flow: wordpress_com, source: default, step: password_challenge>
2020-09-15 18:21:19:527 Error receiving OAuth2 token: Error Domain=WordPressComOAuthError Code=4 "Please enter the verification code generated by your Authenticator mobile application." UserInfo={NSLocalizedDescription=Please enter the verification code generated by your Authenticator mobile application., WordPressComOAuthErrorResponseObjectKey={
error = "needs_2fa";
"error_description" = "Please enter the verification code generated by your Authenticator mobile application.";
}}
2020-09-15 18:21:20:223 🔵 Tracked: unified_login_step <flow: wordpress_com, source: default, step: 2fa>
2020-09-15 18:21:25:097 TracksService sendQueuedEvents completed. Sent 3 events.
2020-09-15 18:22:10:781 🔵 Tracked: unified_login_interaction <click: send_code_with_text, flow: wordpress_com, source: default, step: 2fa>
2020-09-15 18:22:10:919 🔵 Tracked: unified_login_interaction <click: send_code_with_text, flow: wordpress_com, source: default, step: 2fa>
2020-09-15 18:22:12:467 Failed to request one time code
2020-09-15 18:22:12:468 Failed to request one time code
2020-09-15 18:22:13:096 🔵 Tracked: unified_login_interaction <click: send_code_with_text, flow: wordpress_com, source: default, step: 2fa>
2020-09-15 18:22:13:370 Failed to request one time code
2020-09-15 18:22:23:415 🔵 Tracked: unified_login_interaction <click: submit_2fa_code, flow: wordpress_com, source: default, step: 2fa>
2020-09-15 18:22:24:047 Received OAuth2 response: {
"access_token" = "*** REDACTED ***";
"blog_id" = 0;
"blog_url" = "<null>";
scope = global;
"token_type" = bearer;
}
2020-09-15 18:22:24:058 🔵 Tracked: unified_login_step <flow: wordpress_com, source: default, step: success>
2020-09-15 18:22:24:246 Error while retrieving WordPressComOAuthKeychainServiceName token: Error Domain=SFHFKeychainUtilsErrorDomain Code=-2000 "(null)"
2020-09-15 18:22:24:246 Error while deleting WordPressComOAuthKeychainServiceName token: Error Domain=SFHFKeychainUtilsErrorDomain Code=-2000 "(null)"
2020-09-15 18:22:24:250 Error while deleting WordPressComOAuthKeychainServiceName token: Error Domain=SFHFKeychainUtilsErrorDomain Code=-25300 "(null)"
2020-09-15 18:22:24:354 WPAnalyticsStat not supported by WPAnalyticsTrackerAutomatticTracks: 62
2020-09-15 18:22:24:423 Error: The Default Blog could not be loaded
2020-09-15 18:22:24:428 <BlogService: 0x280149a30> syncBlogsForAccount:success:failure:
2020-09-15 18:22:24:443 PingHub connecting
2020-09-15 18:22:24:635 Device Token has changed! OLD Value: Optional("*** REDACTED ***"), NEW value: *** REDACTED ***
2020-09-15 18:22:24:653 PingHub connected
2020-09-15 18:22:25:013 Successfully registered Device ID 38095694 for Push Notifications
2020-09-15 18:22:25:258 TracksService sendQueuedEvents completed. Sent 6 events.
2020-09-15 18:22:25:269 New blog from account design5279: <RemoteBlog: 0x282802bc0> ({
*** REDACTED ***
2020-09-15 18:22:25:844 TodayWidgetStats: failed deleting data file 'TodayData.plist': “TodayData.plist” couldn’t be removed.
2020-09-15 18:22:25:846 AllTimeWidgetStats: failed deleting data file 'AllTimeData.plist': “AllTimeData.plist” couldn’t be removed.
2020-09-15 18:22:25:846 ThisWeekWidgetStats: failed deleting data file 'ThisWeekData.plist': “ThisWeekData.plist” couldn’t be removed.
2020-09-15 18:22:25:847 🔵 Tracked: widget_active_site_changed <>
2020-09-15 18:22:25:937 Loading Stats for the following blog: https://design5279.wordpress.com
2020-09-15 18:22:25:947 Loading Stats for the following blog: https://design5279.wordpress.com
2020-09-15 18:22:26:070 🔵 Tracked: login_epilogue_viewed <>
2020-09-15 18:22:33:294 🔵 Tracked: unified_login_interaction <click: continue, flow: wordpress_com, source: default, step: success>
2020-09-15 18:22:33:476 Insights load from cache
2020-09-15 18:22:33:565 🔵 Tracked: stats_insights_accessed <blog_id: 5276229>
2020-09-15 18:22:34:533 Insights: Finished fetching post stats.
2020-09-15 18:22:34:649 🔵 Tracked: my_site_tab_accessed <>
2020-09-15 18:22:34:703 🔵 Tracked: domain_credit_prompt_shown <>
2020-09-15 18:22:35:170 Stats: Insights Overview fetching operations finished.
2020-09-15 18:22:40:400 🔵 Tracked: me_tab_accessed <>
2020-09-15 18:22:40:521 TracksService sendQueuedEvents completed. Sent 6 events.
2020-09-15 18:22:42:769 Zendesk successfully unregistered stored device.
2020-09-15 18:22:43:007 🔵 Tracked: account_logout <>
2020-09-15 18:22:43:241 WPAnalyticsStat not supported by WPAnalyticsTrackerAutomatticTracks: 62
2020-09-15 18:22:43:282 FilterTabBar - Tried to set an invalid index
2020-09-15 18:22:43:283 FilterTabBar - Tried to set an invalid index
2020-09-15 18:22:43:777 ThisWeekWidgetStats: failed deleting data file 'ThisWeekData.plist': “ThisWeekData.plist” couldn’t be removed.
2020-09-15 18:22:43:792 Unable to unregister push for Device ID 38095694: Error Domain=NSURLErrorDomain Code=-999 "cancelled" UserInfo={NSErrorFailingURLStringKey=https://public-api.wordpress.com/rest/v1.1/devices/38095694/delete?locale=en, NSErrorFailingURLKey=https://public-api.wordpress.com/rest/v1.1/devices/38095694/delete?locale=en, _NSURLErrorRelatedURLSessionTaskErrorKey=(
"LocalDataTask <2AF84F1A-7752-4719-B76D-FB2060BA9B70>.<30>"
), _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <2AF84F1A-7752-4719-B76D-FB2060BA9B70>.<30>, NSLocalizedDescription=cancelled}
2020-09-15 18:22:44:148 🔵 Tracked: login_accessed <>
2020-09-15 18:22:44:159 🔵 Tracked: login_accessed <>
2020-09-15 18:22:44:318 Could not sync sites: Error Domain=WordPressKit.WordPressComRestApiError Code=2 "An active access token must be used to query information about the current user." UserInfo={WordPressComRestApiErrorMessageKey=An active access token must be used to query information about the current user., NSLocalizedDescription=An active access token must be used to query information about the current user., WordPressComRestApiErrorCodeKey=authorization_required}
2020-09-15 18:22:44:357 🔵 Tracked: login_prologue_viewed <>
2020-09-15 18:22:44:366 🔵 Tracked: unified_login_step <flow: icloud_keychain_login, source: default, step: start>
2020-09-15 18:22:44:449 <WordPress.WordPressAppDelegate: 0x283174360> applicationWillResignActive(_:)
2020-09-15 18:22:46:541 🔵 Tracked: unified_login_interaction <click: dismiss, flow: icloud_keychain_login, source: default, step: start>
2020-09-15 18:22:47:148 <WordPress.WordPressAppDelegate: 0x283174360> applicationDidBecomeActive(_:)
2020-09-15 18:22:47:933 🔵 Tracked: unified_login_interaction <click: continue_with_wordpress_com, flow: wordpress_com, source: default, step: start>
2020-09-15 18:23:02:274 TracksService sendQueuedEvents completed. Sent 8 events.
2020-09-15 18:23:03:523 🔵 Tracked: unified_login_step <flow: wordpress_com, source: default, step: password_challenge>
2020-09-15 18:23:08:865 🔵 Tracked: unified_login_interaction <click: submit, flow: wordpress_com, source: default, step: password_challenge>
2020-09-15 18:23:09:103 Error receiving OAuth2 token: Error Domain=WordPressComOAuthError Code=3 "You have exceeded the login limit. Please wait a few minutes and try again." UserInfo={NSLocalizedDescription=You have exceeded the login limit. Please wait a few minutes and try again., WordPressComOAuthErrorResponseObjectKey={
error = "invalid_request";
"error_description" = "You have exceeded the login limit. Please wait a few minutes and try again.";
}}
2020-09-15 18:23:09:105 🔵 Tracked: login_failed_to_login <error_code: 3, error_description: Error Domain=WordPressComOAuthError Code=3 "You have exceeded the login limit. Please wait a few minutes and try again." UserInfo={NSLocalizedDescription=You have exceeded the login limit. Please wait a few minutes and try again., WordPressComOAuthErrorResponseObjectKey={
error = "invalid_request";
"error_description" = "You have exceeded the login limit. Please wait a few minutes and try again.";
}}, error_domain: WordPressComOAuthError>
2020-09-15 18:23:09:125 🔵 Tracked: unified_login_failure <failure: It seems like you've entered an incorrect password. Want to give it another try?, flow: wordpress_com, source: default, step: password_challenge>
2020-09-15 18:23:15:873 🔵 Tracked: unified_login_interaction <click: submit, flow: wordpress_com, source: default, step: password_challenge>
2020-09-15 18:23:16:019 Error receiving OAuth2 token: Error Domain=WordPressComOAuthError Code=3 "You have exceeded the login limit. Please wait a few minutes and try again." UserInfo={WordPressComOAuthErrorResponseObjectKey={
error = "invalid_request";
"error_description" = "You have exceeded the login limit. Please wait a few minutes and try again.";
}, NSLocalizedDescription=You have exceeded the login limit. Please wait a few minutes and try again.}
2020-09-15 18:23:16:020 🔵 Tracked: login_failed_to_login <error_code: 3, error_description: Error Domain=WordPressComOAuthError Code=3 "You have exceeded the login limit. Please wait a few minutes and try again." UserInfo={WordPressComOAuthErrorResponseObjectKey={
error = "invalid_request";
"error_description" = "You have exceeded the login limit. Please wait a few minutes and try again.";
}, NSLocalizedDescription=You have exceeded the login limit. Please wait a few minutes and try again.}, error_domain: WordPressComOAuthError>
2020-09-15 18:23:16:031 🔵 Tracked: unified_login_failure <failure: It seems like you've entered an incorrect password. Want to give it another try?, flow: wordpress_com, source: default, step: password_challenge>
2020-09-15 18:23:17:425 TracksService sendQueuedEvents completed. Sent 7 events.
2020-09-15 18:23:25:177 🔵 Tracked: unified_login_interaction <click: submit, flow: wordpress_com, source: default, step: password_challenge>
2020-09-15 18:23:25:356 Error receiving OAuth2 token: Error Domain=WordPressComOAuthError Code=3 "You have exceeded the login limit. Please wait a few minutes and try again." UserInfo={WordPressComOAuthErrorResponseObjectKey={
error = "invalid_request";
"error_description" = "You have exceeded the login limit. Please wait a few minutes and try again.";
}, NSLocalizedDescription=You have exceeded the login limit. Please wait a few minutes and try again.}
2020-09-15 18:23:25:357 🔵 Tracked: login_failed_to_login <error_code: 3, error_description: Error Domain=WordPressComOAuthError Code=3 "You have exceeded the login limit. Please wait a few minutes and try again." UserInfo={WordPressComOAuthErrorResponseObjectKey={
error = "invalid_request";
"error_description" = "You have exceeded the login limit. Please wait a few minutes and try again.";
}, NSLocalizedDescription=You have exceeded the login limit. Please wait a few minutes and try again.}, error_domain: WordPressComOAuthError>
2020-09-15 18:23:25:370 🔵 Tracked: unified_login_failure <failure: It seems like you've entered an incorrect password. Want to give it another try?, flow: wordpress_com, source: default, step: password_challenge>
2020-09-15 18:23:32:613 TracksService sendQueuedEvents completed. Sent 3 events.
2020-09-15 18:23:51:001 🔵 Tracked: unified_login_interaction <click: submit, flow: wordpress_com, source: default, step: password_challenge>
2020-09-15 18:23:51:175 Error receiving OAuth2 token: Error Domain=WordPressComOAuthError Code=3 "You have exceeded the login limit. Please wait a few minutes and try again." UserInfo={NSLocalizedDescription=You have exceeded the login limit. Please wait a few minutes and try again., WordPressComOAuthErrorResponseObjectKey={
error = "invalid_request";
"error_description" = "You have exceeded the login limit. Please wait a few minutes and try again.";
}}
2020-09-15 18:23:51:176 🔵 Tracked: login_failed_to_login <error_code: 3, error_description: Error Domain=WordPressComOAuthError Code=3 "You have exceeded the login limit. Please wait a few minutes and try again." UserInfo={NSLocalizedDescription=You have exceeded the login limit. Please wait a few minutes and try again., WordPressComOAuthErrorResponseObjectKey={
error = "invalid_request";
"error_description" = "You have exceeded the login limit. Please wait a few minutes and try again.";
}}, error_domain: WordPressComOAuthError>
2020-09-15 18:23:51:191 🔵 Tracked: unified_login_failure <failure: It seems like you've entered an incorrect password. Want to give it another try?, flow: wordpress_com, source: default, step: password_challenge>
2020-09-15 18:23:53:207 🔵 Tracked: unified_login_interaction <click: show_help, flow: wordpress_com, source: default, step: password_challenge>
2020-09-15 18:23:53:215 🔵 Tracked: unified_login_step <flow: wordpress_com, source: default, step: help>
2020-09-15 18:23:53:232 🔵 Tracked: support_opened <>
2020-09-15 18:24:01:721 🔵 Tracked: unified_login_interaction <click: show_help, flow: wordpress_com, source: default, step: help>
2020-09-15 18:24:01:732 🔵 Tracked: unified_login_step <flow: wordpress_com, source: default, step: help>
2020-09-15 18:24:01:754 🔵 Tracked: support_opened <>
2020-09-15 18:24:02:732 TracksService sendQueuedEvents completed. Sent 9 events.
Most helpful comment
FYI @mindgraffiti - I added this to the Unified Auth project.