Force select Outlook OAuth account

pull/178/head
M66B 5 years ago
parent 2f72e47d37
commit 866a0b81db

@ -282,6 +282,9 @@ public class FragmentOAuth extends FragmentBase {
if ("gmail".equals(provider.id))
authRequestBuilder.setPrompt("consent");
if ("outlook".equals(provider.id))
authRequestBuilder.setPrompt("select_account");
AuthorizationRequest authRequest = authRequestBuilder.build();
Log.i("OAuth request provider=" + provider.id);

Loading…
Cancel
Save