GoogleFragment: Update EMBEDDED_SETUP_URL
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -50,8 +50,7 @@ class GoogleFragment : Fragment(R.layout.fragment_google) {
|
|||||||
private val viewModel: AuthViewModel by activityViewModels()
|
private val viewModel: AuthViewModel by activityViewModels()
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
const val EMBEDDED_SETUP_URL =
|
const val EMBEDDED_SETUP_URL = "https://accounts.google.com/EmbeddedSetup"
|
||||||
"https://accounts.google.com/EmbeddedSetup/identifier?flowName=EmbeddedSetupAndroid"
|
|
||||||
const val AUTH_TOKEN = "oauth_token"
|
const val AUTH_TOKEN = "oauth_token"
|
||||||
private const val JS_SCRIPT =
|
private const val JS_SCRIPT =
|
||||||
"(function() { return document.getElementById('profileIdentifier').innerHTML; })();"
|
"(function() { return document.getElementById('profileIdentifier').innerHTML; })();"
|
||||||
|
|||||||
Reference in New Issue
Block a user