diff --git a/WooCommerce/src/main/kotlin/com/woocommerce/android/ui/common/webview/WebViewAuthenticator.kt b/WooCommerce/src/main/kotlin/com/woocommerce/android/ui/common/webview/WebViewAuthenticator.kt index 98e54b07f15..f8c2ef49d05 100644 --- a/WooCommerce/src/main/kotlin/com/woocommerce/android/ui/common/webview/WebViewAuthenticator.kt +++ b/WooCommerce/src/main/kotlin/com/woocommerce/android/ui/common/webview/WebViewAuthenticator.kt @@ -172,6 +172,7 @@ class WebViewAuthenticator @Inject constructor( companion object { @VisibleForTesting const val WPCOM_LOGIN_URL = "https://wordpress.com/wp-login.php" + // A temporary redirect URL that we use to detect when the WPCom login is completed const val WPCOM_TEMP_REDIRECT_URL = "https://wordpress.com/mobile-redirect" }