Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 23f8f728 authored by Hasib Prince's avatar Hasib Prince
Browse files

Merge branch '2170-fix_google_signin_url' into 'main'

fixed: url of google sign in

See merge request !438
parents 3216088f e862a605
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -47,8 +47,7 @@ class GoogleSignInFragment : Fragment(R.layout.fragment_google_signin) {
    }

    companion object {
        private const val EMBEDDED_SETUP_URL =
            "https://accounts.google.com/EmbeddedSetup/identifier?flowName=EmbeddedSetupAndroid"
        private const val EMBEDDED_SETUP_URL = "https://accounts.google.com/EmbeddedSetup"
        private const val AUTH_TOKEN = "oauth_token"
    }