Commit 69e13b31 authored by Varun Patil's avatar Varun Patil

Force approval prompt

parent a454a35d
...@@ -149,7 +149,7 @@ public class LoginActivity extends AppCompatActivity { ...@@ -149,7 +149,7 @@ public class LoginActivity extends AppCompatActivity {
.getColor(R.color.colorPrimary)) .getColor(R.color.colorPrimary))
.setShowTitle(true) .setShowTitle(true)
.build(); .build();
customTabsIntent.launchUrl(LoginActivity.this, Uri.parse("https://gymkhana.iitb.ac.in/sso/account/login/?next=/sso/oauth/authorize/%3Fclient_id%3DvR1pU7wXWyve1rUkg0fMS6StL1Kr6paoSmRIiLXJ%26response_type%3Dcode%26scope%3Dbasic%2520profile%2520picture%2520sex%2520ldap%2520phone%2520insti_address%2520program%2520secondary_emails%26redirect_uri=https://insti.app/login-android.html")); customTabsIntent.launchUrl(LoginActivity.this, Uri.parse("https://gymkhana.iitb.ac.in/sso/oauth/authorize/?client_id=vR1pU7wXWyve1rUkg0fMS6StL1Kr6paoSmRIiLXJ&response_type=code&scope=basic%20profile%20picture%20sex%20ldap%20phone%20insti_address%20program%20secondary_emails&redirect_uri=https://insti.app/login-android.html&approval_prompt=force"));
return true; return true;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment